Skip to content

Commit

Permalink
[dagster-airlift] skip example tests (#25777)
Browse files Browse the repository at this point in the history
## Summary & Motivation
Currently breaking the build, need to investigate the failures more deeply.
  • Loading branch information
dpeng817 authored Nov 7, 2024
1 parent c26c048 commit 00990b2
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,11 @@ def k8s_extra_cmds(version: str, _) -> List[str]:
PackageSpec(
"examples/experimental/dagster-airlift",
),
PackageSpec(
"examples/experimental/dagster-airlift/examples/dbt-example",
always_run_if=has_dagster_airlift_changes,
),
# Skipping for now due to flaky integration tests.
# PackageSpec(
# "examples/experimental/dagster-airlift/examples/dbt-example",
# always_run_if=has_dagster_airlift_changes,
# ),
PackageSpec(
"examples/experimental/dagster-airlift/examples/perf-harness",
always_run_if=has_dagster_airlift_changes,
Expand Down

0 comments on commit 00990b2

Please sign in to comment.