mirror of
https://github.com/dlt-hub/dlt.git
synced 2025-12-17 19:31:30 +00:00
poke test disabled (#3487)
This commit is contained in:
@@ -22,6 +22,7 @@ def _make_pipeline(destination_name: str):
|
||||
)
|
||||
|
||||
|
||||
@pytest.mark.skip("Reenable after #3343 is resolved")
|
||||
@pytest.mark.parametrize(
|
||||
"destination_config",
|
||||
destinations_configs(default_sql_configs=True, local_filesystem_configs=True),
|
||||
@@ -58,6 +59,7 @@ def test_rest_api_source(destination_config: DestinationTestConfiguration) -> No
|
||||
assert table_counts.items() >= POKEMON_EXPECTED_TABLE_COUNTS.items()
|
||||
|
||||
|
||||
@pytest.mark.skip("Reenable after #3343 is resolved")
|
||||
@pytest.mark.parametrize(
|
||||
"destination_config",
|
||||
destinations_configs(default_sql_configs=True, local_filesystem_configs=True),
|
||||
|
||||
@@ -22,6 +22,7 @@ def _make_pipeline(destination_name: str):
|
||||
)
|
||||
|
||||
|
||||
@pytest.mark.skip("Reenable after #3343 is resolved")
|
||||
def test_rest_api_config_provider(toml_providers: ConfigProvidersContainer) -> None:
|
||||
# mock dicts in toml provider
|
||||
dlt.config["client"] = {
|
||||
@@ -45,6 +46,7 @@ def test_rest_api_config_provider(toml_providers: ConfigProvidersContainer) -> N
|
||||
print(load_info)
|
||||
|
||||
|
||||
@pytest.mark.skip("Reenable after #3343 is resolved")
|
||||
@pytest.mark.parametrize("destination_name", ALL_DESTINATIONS)
|
||||
@pytest.mark.parametrize("invocation_type", ("deco", "factory"))
|
||||
def test_rest_api_source(destination_name: str, invocation_type: str) -> None:
|
||||
@@ -82,6 +84,7 @@ def test_rest_api_source(destination_name: str, invocation_type: str) -> None:
|
||||
assert table_counts.items() >= POKEMON_EXPECTED_TABLE_COUNTS.items()
|
||||
|
||||
|
||||
@pytest.mark.skip("Reenable after #3343 is resolved")
|
||||
@pytest.mark.parametrize("destination_name", ALL_DESTINATIONS)
|
||||
@pytest.mark.parametrize("invocation_type", ("deco", "factory"))
|
||||
def test_dependent_resource(destination_name: str, invocation_type: str) -> None:
|
||||
|
||||
Reference in New Issue
Block a user