Skip to content

Commit

Permalink
removed flaky flag from iceberg retry test
Browse files Browse the repository at this point in the history
  • Loading branch information
VanTudor committed Jan 23, 2025
1 parent ea18acc commit baef211
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
seeds__expected_target_post = "id,status\n" + "\n".join([f"{i},{i}" for i in range(PARALLELISM)])


@pytest.mark.flaky
@pytest.mark.skip(
reason="Unreliable test in practice. No apparent reliable way to trigger a retry, which causes the test to fail. Disabled until we get a resolution here https://github.com/dbt-labs/dbt-athena/pull/657/files#r1922043351"
)
Expand Down

0 comments on commit baef211

Please sign in to comment.