Skip to content

Commit 99a0718

Browse files
author
Jorrit Sandbrink
committed
change test config type to reduce unnecessary tests
1 parent e1e9bb3 commit 99a0718

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/load/utils.py

+8-8
Original file line numberDiff line numberDiff line change
@@ -264,14 +264,6 @@ def destinations_configs(
264264
bucket_url=AZ_BUCKET,
265265
extra_info="az-authorization",
266266
),
267-
DestinationTestConfiguration(
268-
destination="synapse",
269-
staging="filesystem",
270-
file_format="parquet",
271-
bucket_url=AZ_BUCKET,
272-
staging_use_msi=True,
273-
extra_info="az-managed-identity",
274-
),
275267
]
276268

277269
if all_staging_configs:
@@ -304,6 +296,14 @@ def destinations_configs(
304296
bucket_url=GCS_BUCKET,
305297
extra_info="gcs-authorization",
306298
),
299+
DestinationTestConfiguration(
300+
destination="synapse",
301+
staging="filesystem",
302+
file_format="parquet",
303+
bucket_url=AZ_BUCKET,
304+
staging_use_msi=True,
305+
extra_info="az-managed-identity",
306+
),
307307
]
308308

309309
# add local filesystem destinations if requested

0 commit comments

Comments
 (0)