Skip to content

Commit a11471b

Browse files
committed
skip migration integration test in CI
1 parent 50c5c2d commit a11471b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/integration/synapseclient/models/async/test_migration_async.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
)
2525

2626

27+
@pytest.mark.skipif(
28+
os.getenv("GITHUB_ACTIONS") == "true",
29+
reason="This test runs only locally, not in CI/CD environments.",
30+
)
2731
@pytest_asyncio.fixture(loop_scope="session", scope="session")
2832
async def migration_storage_location(syn: Synapse) -> StorageLocation:
2933
"""Create a EXTERNAL_S3 storage location to migrate files into."""

0 commit comments

Comments
 (0)