We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3127e commit 9d73814Copy full SHA for 9d73814
azure-pipelines.yml
@@ -65,8 +65,8 @@ jobs:
65
pytest nothing.py
66
displayName: 'Make sure pytest is working'
67
68
- - script: python -m pytest examples/unit_tests/verify_framework.py
69
- displayName: 'Run pytest verify_framework.py'
+ #- script: python -m pytest examples/unit_tests/verify_framework.py
+ # displayName: 'Run pytest verify_framework.py'
70
71
- script: python -m pytest examples/boilerplates/boilerplate_test.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
72
displayName: 'Run pytest boilerplate_test.py --browser=chrome --headless'
0 commit comments