Disable suspected flaky tests. (#8092)

sample failure logs:
* https://source.cloud.google.com/results/invocations/ccf8446b-6d1f-4f07-853d-fd2bd5bc7faa/targets/iree%2Fgcp_ubuntu%2Fcmake-bazel%2Flinux%2Fx86-swiftshader%2Fmain/log
* https://source.cloud.google.com/results/invocations/25d1643f-c839-4d0b-aa7f-bc3a4350d058/targets/iree%2Fgcp_ubuntu%2Fcmake-bazel%2Flinux%2Fx86-turing%2Fmain/log

relates to https://github.com/google/iree/issues/8083
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__complex_dynamic_dim_count_nonzero.run b/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__complex_dynamic_dim_count_nonzero.run
index 0dc2d36..b753f1a 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__complex_dynamic_dim_count_nonzero.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__complex_dynamic_dim_count_nonzero.run
@@ -1,2 +1,4 @@
 # REQUIRES: llvmaot
+# REQUIRES: bugfix
+#           TODO(#8083): re-enable once passing
 # RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_llvmaot --dynamic_dims=true --functions=count_nonzero -artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__complex_dynamic_dim_l2_normalize.run b/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__complex_dynamic_dim_l2_normalize.run
index 3e4a68f..2231edb 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__complex_dynamic_dim_l2_normalize.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__complex_dynamic_dim_l2_normalize.run
@@ -1,2 +1,4 @@
 # REQUIRES: llvmaot
+# REQUIRES: bugfix
+#           TODO(#8083): re-enable once passing
 # RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_llvmaot --dynamic_dims=true --functions=l2_normalize -artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__dynamic_dim_count_nonzero.run b/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__dynamic_dim_count_nonzero.run
index 0dc2d36..b753f1a 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__dynamic_dim_count_nonzero.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/llvmaot__dynamic_dim_count_nonzero.run
@@ -1,2 +1,4 @@
 # REQUIRES: llvmaot
+# REQUIRES: bugfix
+#           TODO(#8083): re-enable once passing
 # RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_llvmaot --dynamic_dims=true --functions=count_nonzero -artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__complex_dynamic_dim_count_nonzero.run b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__complex_dynamic_dim_count_nonzero.run
index 5c4bdb2..f7bbf1c 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__complex_dynamic_dim_count_nonzero.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__complex_dynamic_dim_count_nonzero.run
@@ -1,2 +1,4 @@
 # REQUIRES: vulkan
+# REQUIRES: bugfix
+#           TODO(#8083): re-enable once passing
 # RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_vulkan --dynamic_dims=true --functions=count_nonzero -artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__complex_dynamic_dim_l2_normalize.run b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__complex_dynamic_dim_l2_normalize.run
index 51678d6..4b3a597 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__complex_dynamic_dim_l2_normalize.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__complex_dynamic_dim_l2_normalize.run
@@ -1,2 +1,4 @@
 # REQUIRES: vulkan
+# REQUIRES: bugfix
+#           TODO(#8083): re-enable once passing
 # RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_vulkan --dynamic_dims=true --functions=l2_normalize -artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__digamma.run b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__digamma.run
index 1906c47..5bd33db 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__digamma.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__digamma.run
@@ -1,2 +1,4 @@
 # REQUIRES: vulkan
+# REQUIRES: bugfix
+#           TODO(#8083): re-enable once passing
 # RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_vulkan --dynamic_dims=false --functions=digamma -artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_accumulate_n.run b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_accumulate_n.run
index c16d665..5e3debf 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_accumulate_n.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_accumulate_n.run
@@ -1,3 +1,4 @@
 # REQUIRES: vulkan
+# REQUIRES: bugfix
+#           TODO(#8083): re-enable once passing
 # RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_vulkan --dynamic_dims=true --functions=accumulate_n -artifacts_dir=%t
-# XFAIL: *
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_add_n.run b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_add_n.run
index 7d4810c..14d9bcd 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_add_n.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_add_n.run
@@ -1,3 +1,4 @@
 # REQUIRES: vulkan
+# REQUIRES: bugfix
+#           TODO(#8083): re-enable once passing
 # RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_vulkan --dynamic_dims=true --functions=add_n -artifacts_dir=%t
-# XFAIL: *
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_count_nonzero.run b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_count_nonzero.run
index 5c4bdb2..f7bbf1c 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_count_nonzero.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_count_nonzero.run
@@ -1,2 +1,4 @@
 # REQUIRES: vulkan
+# REQUIRES: bugfix
+#           TODO(#8083): re-enable once passing
 # RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_vulkan --dynamic_dims=true --functions=count_nonzero -artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_digamma.run b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_digamma.run
index 345dbd5..c6cbe82 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_digamma.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_digamma.run
@@ -1,2 +1,4 @@
 # REQUIRES: vulkan
+# REQUIRES: bugfix
+#           TODO(#8083): re-enable once passing
 # RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_vulkan --dynamic_dims=true --functions=digamma -artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_mod.run b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_mod.run
index cd8e4c9..d6741bd 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_mod.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__dynamic_dim_mod.run
@@ -1,2 +1,4 @@
 # REQUIRES: vulkan
+# REQUIRES: bugfix
+#           TODO(#8083): re-enable once passing
 # RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_vulkan --dynamic_dims=true --functions=mod -artifacts_dir=%t
diff --git a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__mod.run b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__mod.run
index 835deaf..6d2bd1a 100644
--- a/integrations/tensorflow/test/iree_tf_tests/math/vulkan__mod.run
+++ b/integrations/tensorflow/test/iree_tf_tests/math/vulkan__mod.run
@@ -1,2 +1,4 @@
 # REQUIRES: vulkan
+# REQUIRES: bugfix
+#           TODO(#8083): re-enable once passing
 # RUN: %PYTHON -m iree_tf_tests.math.math_test --target_backends=iree_vulkan --dynamic_dims=false --functions=mod -artifacts_dir=%t