Skip to content

Commit 69cc537

Browse files
committed
Checking only saas backend
1 parent bdabd93 commit 69cc537

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/merge-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
SAAS_HOST: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_HOST }}
4545
SAAS_ACCOUNT_ID: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_ACCOUNT_ID }}
4646
SAAS_PAT: ${{ secrets.INTEGRATION_TEAM_SAAS_STAGING_PAT }}
47-
run: poetry run pytest --backend=all test/integration
47+
run: poetry run pytest --backend=saas test/integration
4848

4949
# This job ensures inputs have been executed successfully.
5050
approve-merge:

test/integration/test_cloud_storage.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@
99

1010

1111
def test_cloud_storage_setup_scripts(
12-
backend,
1312
secrets: Secrets,
1413
setup_itde
1514
):
16-
if backend == "saas":
17-
pytest.skip("Run this without SaaS")
1815
local_jar_path = retrieve_jar(Project.CLOUD_STORAGE_EXTENSION)
1916
bucket = open_bucketfs_connection(secrets)
2017
bfs_jar_path = put_file(bucket, local_jar_path)

0 commit comments

Comments
 (0)