Skip to content

Commit

Permalink
added flaky tag to a test
Browse files Browse the repository at this point in the history
  • Loading branch information
VanTudor committed Jan 17, 2025
1 parent b0309a9 commit 1fb668f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
seeds__expected_target_post = "id,status\n" + "\n".join([f"{i},{i}" for i in range(PARALLELISM)])


@pytest.mark.flaky
class TestIcebergRetriesDisabled:
@pytest.fixture(scope="class")
def dbt_profile_target(self):
Expand Down

0 comments on commit 1fb668f

Please sign in to comment.