Skip to content

Commit

Permalink
Skip flaky TF test
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Dec 4, 2024
1 parent 5354cf9 commit 44e0723
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def __getitem__(self, index):
raise ValueError("Expected exception")


@pytest.mark.skipif(testing.tensorflow_uses_gpu(), reason="Flaky on GPU")
class PyDatasetAdapterTest(testing.TestCase):
@parameterized.named_parameters(
named_product(
Expand Down

0 comments on commit 44e0723

Please sign in to comment.