Skip to content

Commit df779f1

Browse files
committed
Skip Pathways integration tests for CI
1 parent 176eee5 commit df779f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_test_maxtext.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208

209209
maxtext_tpu_pathways_integration_tests:
210210
needs: build_and_upload_maxtext_package
211-
if: needs.analyze_code_changes.outputs.run_tests == 'true'
211+
if: false # Skipping for now because of https://github.com/AI-Hypercomputer/maxtext/issues/3765
212212
uses: ./.github/workflows/run_pathways_tests.yml
213213
strategy:
214214
fail-fast: false

0 commit comments

Comments
 (0)