Skip to content

Commit

Permalink
Skip flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Sep 4, 2024
1 parent e732085 commit acf4b99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tfx/components/transform/executor_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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()
Expand Down

0 comments on commit acf4b99

Please sign in to comment.