Skip to content

Commit aff8268

Browse files
committed
Comment Greenplum test
1 parent 20ff1af commit aff8268

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gooddata-sdk/tests/catalog/test_catalog_data_source.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
BasicCredentials,
1616
CatalogDataSource,
1717
CatalogDataSourceBigQuery,
18-
CatalogDataSourceGreenplum,
1918
CatalogDataSourcePostgres,
2019
CatalogDataSourceRedshift,
2120
CatalogDataSourceSnowflake,
@@ -25,7 +24,6 @@
2524
ExecutionDefinition,
2625
GoodDataApiClient,
2726
GoodDataSdk,
28-
GreenplumAttributes,
2927
PostgresAttributes,
3028
RedshiftAttributes,
3129
SnowflakeAttributes,
@@ -535,6 +533,8 @@ def test_pdm_store_load(test_config):
535533
assert loaded_pdm == pdm
536534

537535

536+
"""
537+
# TODO: commented because Greenplum is supported only for Cloud and it cannot be tested using Docker image.
538538
@gd_vcr.use_cassette(str(_fixtures_dir / "greenplum.yaml"))
539539
def test_catalog_create_data_source_greenplum_spec(test_config):
540540
sdk = GoodDataSdk.create(host_=test_config["host"], token_=test_config["token"])
@@ -554,6 +554,7 @@ def test_catalog_create_data_source_greenplum_spec(test_config):
554554
url_params=[("autosave", "true")],
555555
),
556556
)
557+
"""
557558

558559

559560
def test_postgres_url_creation(test_config):

0 commit comments

Comments
 (0)