Skip to content

Commit 8f3947b

Browse files
committed
move tests that were previously in drone
1 parent a9c6e21 commit 8f3947b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,12 @@ steps:
6161
displayName: 'Get legacy checkpoints'
6262

6363
- script: |
64-
python -m coverage run --source pytorch_lightning -m pytest pytorch_lightning tests -v --durations=50
64+
# python -m coverage run --source pytorch_lightning -m pytest pytorch_lightning tests -v --durations=50
65+
python -m coverage run --source pytorch_lightning -m pytest pytorch_lightning tests --ignore tests/plugins/test_sharded_plugin.py --ignore tests/trainer/test_dataloaders.py --ignore tests/metrics -v --durations=50
66+
# Todo: Find why those tests are failing when run in the main pytest.
67+
python -m coverage run -a --source pytorch_lightning -m pytest tests/metrics -v --durations=25 # --flake8
68+
python -m coverage run -a --source pytorch_lightning -m pytest tests/plugins/test_sharded_plugin.py tests/trainer/test_dataloaders.py -v --durations=25 # --flake8
69+
6570
displayName: 'Testing: standard'
6671

6772
- script: |

0 commit comments

Comments
 (0)