Skip to content

Commit

Permalink
Merge pull request #271 from zillow/tz/AIP-7772-disable-nested-tests
Browse files Browse the repository at this point in the history
AIP-7772 re-disable nested foreach tests
  • Loading branch information
talebzeghmi authored Nov 14, 2023
2 parents 8b25dce + cb70ee9 commit 8c0f9f7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions metaflow/plugins/aip/tests/run_integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,10 @@

disabled_test_flows = [
"aip_flow.py", # kfp_preceding_component feature has been deprecated.
# "flow_triggering_flow.py",
# TODO(talebz) AIP-6717 re-enable for compilation changes or when cluster can handle
# "foreach_linear_foreach.py",
# "foreach_linear_split.py",
# "foreach_split_linear.py",
# "nested_foreach_with_branching.py",
"foreach_linear_foreach.py",
"foreach_linear_split.py",
"foreach_split_linear.py",
"nested_foreach_with_branching.py",
]


Expand Down

0 comments on commit 8c0f9f7

Please sign in to comment.