Skip to content

Commit

Permalink
Temporarily skip Azure tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed Jan 3, 2024
1 parent 29f46bb commit 3aa6dc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/tests/test_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def test_roundtrip_s3_direct(s3_localstack_creds, sample_data: pa.Table):


@pytest.mark.azure
@pytest.mark.skip
@pytest.mark.integration
@pytest.mark.timeout(timeout=60, method="thread")
def test_roundtrip_azure_env(azurite_env_vars, sample_data: pa.Table):
Expand All @@ -194,6 +195,7 @@ def test_roundtrip_azure_env(azurite_env_vars, sample_data: pa.Table):


@pytest.mark.azure
@pytest.mark.skip
@pytest.mark.integration
@pytest.mark.timeout(timeout=60, method="thread")
def test_roundtrip_azure_direct(azurite_creds, sample_data: pa.Table):
Expand All @@ -216,6 +218,7 @@ def test_roundtrip_azure_direct(azurite_creds, sample_data: pa.Table):


@pytest.mark.azure
@pytest.mark.skip
@pytest.mark.integration
@pytest.mark.timeout(timeout=60, method="thread")
def test_roundtrip_azure_sas(azurite_sas_creds, sample_data: pa.Table):
Expand All @@ -229,6 +232,7 @@ def test_roundtrip_azure_sas(azurite_sas_creds, sample_data: pa.Table):


@pytest.mark.azure
@pytest.mark.skip
@pytest.mark.integration
@pytest.mark.timeout(timeout=60, method="thread")
def test_roundtrip_azure_decoded_sas(azurite_sas_creds, sample_data: pa.Table):
Expand Down

0 comments on commit 3aa6dc6

Please sign in to comment.