We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00d6a8 commit 9846a98Copy full SHA for 9846a98
1 file changed
tests/dbt/test_transformation.py
@@ -1556,9 +1556,9 @@ def test_grain():
1556
assert model.to_sqlmesh(context).grains == [exp.to_column("id_a")]
1557
1558
1559
-def test_on_run_start_end(copy_to_temp_path):
1560
- project_root = "tests/fixtures/dbt/sushi_test"
1561
- sushi_context = Context(paths=copy_to_temp_path(project_root))
+@pytest.mark.xdist_group("dbt_manifest")
+def test_on_run_start_end():
+ sushi_context = Context(paths=["tests/fixtures/dbt/sushi_test"])
1562
assert len(sushi_context._environment_statements) == 2
1563
1564
# Root project's on run start / on run end should be first by checking the macros
0 commit comments