Skip to content

Commit

Permalink
ci: skip Azure tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Oct 18, 2024
1 parent 316b9da commit 1fc8bf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ def test_gcs_IO(fa1: str, bw1: str):
assert res is True


@pytest.mark.skipif(not os.getenv("GITHUB_ACTIONS"), reason="only on GHA")
# @pytest.mark.skipif(not os.getenv("GITHUB_ACTIONS"), reason="only on GHA")
@pytest.mark.skip()
@pytest.mark.order(3)
def test_azure_IO(fa1: str, bw1: str):
conf = config.MomicsConfig(
Expand Down

0 comments on commit 1fc8bf0

Please sign in to comment.