Skip to content

Commit

Permalink
temporarily run only microbatch tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Sep 24, 2024
1 parent 5501549 commit 0231ec7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dagger/run_dbt_spark_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ async def test_spark(test_args):

tst_container = tst_container.with_(env_variables(TESTING_ENV_VARS))
test_path = test_args.test_path if test_args.test_path else "tests/functional/adapter"
# TODO: remove before merging!
test_path = "tests/functional/adapter/incremental_strategies/test_microbatch.py"
result = await tst_container.with_exec(
["pytest", "-v", "--profile", test_profile, "-n", "auto", test_path]
).stdout()
Expand Down

0 comments on commit 0231ec7

Please sign in to comment.