Skip to content

Commit 9d73814

Browse files
committed
Update the Azure Pipelines script
1 parent 0d3127e commit 9d73814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
pytest nothing.py
6666
displayName: 'Make sure pytest is working'
6767
68-
- script: python -m pytest examples/unit_tests/verify_framework.py
69-
displayName: 'Run pytest verify_framework.py'
68+
#- script: python -m pytest examples/unit_tests/verify_framework.py
69+
# displayName: 'Run pytest verify_framework.py'
7070

7171
- script: python -m pytest examples/boilerplates/boilerplate_test.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
7272
displayName: 'Run pytest boilerplate_test.py --browser=chrome --headless'

0 commit comments

Comments
 (0)