[tf:tfrt] Disable failing TFRT python test in OSS

PiperOrigin-RevId: 400824671
Change-Id: Ic32d4ce6a076a5b1dad8d4f8e4bc5eec8420d481
diff --git a/tensorflow/compiler/mlir/tfrt/python_tests/BUILD b/tensorflow/compiler/mlir/tfrt/python_tests/BUILD
index bafaeba..1129fa5 100644
--- a/tensorflow/compiler/mlir/tfrt/python_tests/BUILD
+++ b/tensorflow/compiler/mlir/tfrt/python_tests/BUILD
@@ -6,7 +6,10 @@
     name = "multiple_results_test",
     srcs = ["multiple_results_test.py"],
     python_version = "PY3",
-    tags = ["no_pip"],  # TODO(b/201803253): TFRT pybindings not in OSS.
+    tags = [
+        "no_oss",
+        "no_pip",
+    ],  # TODO(b/201803253): TFRT pybindings not in OSS.
     deps = [
         "//tensorflow/compiler/mlir/tfrt/jit/python_binding:tf_cpurt",
         "//tensorflow/python:client_testlib",