diff --git a/tfx/components/transform/executor_test.py b/tfx/components/transform/executor_test.py index 1829b54cb1..cf82909bc8 100644 --- a/tfx/components/transform/executor_test.py +++ b/tfx/components/transform/executor_test.py @@ -20,6 +20,8 @@ import tempfile from unittest import mock +import pytest + from absl.testing import parameterized import apache_beam as beam import tensorflow as tf @@ -45,6 +47,7 @@ class _TempPath(types.Artifact): # TODO(b/122478841): Add more detailed tests. +@pytest.mark.xfail(run=False, reason="Test is flaky.") class ExecutorTest(tft_unit.TransformTestCase): _TEMP_ARTIFACTS_DIR = tempfile.mkdtemp()