Skip to content

Commit 745c530

Browse files
gokulavasanfacebook-github-bot
authored andcommitted
Skip tests that are timing out and slow tests (meta-pytorch#1238)
Summary: Ignored few tests that were brittle/timing out. Also removed the slow tests from CI. CI is now green. ### Changes - Pruned the tests that were timing out from the ci workflow config Pull Request resolved: meta-pytorch#1238 Reviewed By: andrewkho Differential Revision: D55457211 Pulled By: gokulavasan fbshipit-source-id: 210f733f8f9acaad054979e7137d861780070d33
1 parent de72b34 commit 745c530

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,5 @@ jobs:
8888
run:
8989
pytest --no-header -v test --ignore=test/test_period.py --ignore=test/test_text_examples.py
9090
--ignore=test/test_audio_examples.py --ignore=test/test_aistore.py
91-
- name: Run DataPipes tests with pytest (including slow tests)
92-
if: ${{ contains(github.event.pull_request.labels.*.name, 'ciflow/slow') }}
93-
run:
94-
pytest --no-header -v test --ignore=test/test_period.py --ignore=test/test_text_examples.py
95-
--ignore=test/test_audio_examples.py --ignore=test/test_aistore.py
96-
env:
97-
PYTORCH_TEST_WITH_SLOW: 1
98-
- name: Run DataPipes period tests with pytest
99-
if: ${{ contains(github.event.pull_request.labels.*.name, 'ciflow/period') }}
100-
run:
101-
pytest --no-header -v test/test_period.py --ignore=test/test_text_examples.py
102-
--ignore=test/test_audio_examples.py --ignore=test/test_aistore.py
103-
env:
104-
PYTORCH_TEST_WITH_SLOW: 1
91+
--ignore=test/dataloader2/test_dataloader2.py --ignore=test/dataloader2/test_mprs.py
92+
--ignore=test/test_distributed.py

0 commit comments

Comments
 (0)