Skip to content

Commit

Permalink
Excluded 'config_levels' from the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
elongl authored and dapollak committed Sep 26, 2023
1 parent aed1235 commit 45a198c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions integration_tests/deprecated_tests/run_e2e_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ def print_failed_test_results(e2e_target: str, failed_test_results: List[TestRes
"--e2e-type",
"-e",
type=str,
default="all",
default="default",
help="The type of e2e tests to run.",
)
@click.option(
Expand All @@ -474,7 +474,7 @@ def main(target, e2e_type, generate_data, clear_tests):

e2e_targets = [target]

if e2e_type == "all":
if e2e_type == "default":
e2e_types = [
"seasonal_volume",
"table",
Expand All @@ -483,7 +483,6 @@ def main(target, e2e_type, generate_data, clear_tests):
"backfill_days",
"schema",
"regular",
"config_levels",
"artifacts",
"error_test",
"error_model",
Expand Down

0 comments on commit 45a198c

Please sign in to comment.