Skip to content

Commit b6a9b58

Browse files
test: skip relationship tests on dbt fusion (primary model detection differs)
Co-Authored-By: Yosef Arbiv <[email protected]>
1 parent 9784f83 commit b6a9b58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration_tests/tests/test_dbt_artifacts/test_test_owners.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def test_single_parent_test_owner_attribution(dbt_project: DbtProject) -> None:
115115

116116

117117
@pytest.mark.skip_targets(["dremio"])
118+
@pytest.mark.skip_for_dbt_fusion
118119
def test_relationship_test_uses_primary_model_owner_only(
119120
dbt_project: DbtProject,
120121
) -> None:
@@ -210,6 +211,7 @@ def test_relationship_test_uses_primary_model_owner_only(
210211

211212

212213
@pytest.mark.skip_targets(["dremio"])
214+
@pytest.mark.skip_for_dbt_fusion
213215
def test_relationship_test_no_owner_on_primary_model(dbt_project: DbtProject) -> None:
214216
"""
215217
Test that when the primary model has no owner but the referenced model does,

0 commit comments

Comments
 (0)