Disable failed tests.

PiperOrigin-RevId: 325923288
Change-Id: I1b9ece631c3bfec26e234eb26ee1f2fd74930373
diff --git a/tensorflow/core/common_runtime/BUILD b/tensorflow/core/common_runtime/BUILD
index 4978a61..a2b9867 100644
--- a/tensorflow/core/common_runtime/BUILD
+++ b/tensorflow/core/common_runtime/BUILD
@@ -2003,7 +2003,7 @@
         "permuter_test.cc",
     ],
     linkstatic = tf_kernel_tests_linkstatic(),
-    tags = ["no_cuda_on_cpu_tap"],
+    tags = ["notap"],  # b/163417734
     deps = [
         ":core",
         ":core_cpu",