Skip to content

Commit a1e8952

Browse files
authored
Disable flaky azure tests (#1584)
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
1 parent 8f5754a commit a1e8952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_azure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
# Note: export TF_AZURE_USE_DEV_STORAGE=1 to enable emulation
2626

27-
if sys.platform == "darwin":
28-
pytest.skip("TODO: skip macOS", allow_module_level=True)
27+
if sys.platform in ("darwin", "linux"):
28+
pytest.skip("TODO: flaky on macOS and Linux", allow_module_level=True)
2929

3030

3131
class AZFSTestBase:

0 commit comments

Comments
 (0)