Skip to content

Commit

Permalink
skip another multithreaded test
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Sep 12, 2024
1 parent 78b578c commit fc7de12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml_dtypes/tests/finfo_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
}


@multi_threaded(num_workers=3)
@multi_threaded(num_workers=3, skip_tests=["testFInfo"])
class FinfoTest(parameterized.TestCase):

def assertNanEqual(self, x, y):
Expand Down

0 comments on commit fc7de12

Please sign in to comment.