Skip to content

Commit 98eb47f

Browse files
committed
Update a deploy script
1 parent a91cce6 commit 98eb47f

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
@@ -59,8 +59,8 @@ jobs:
5959
- script: python -m pytest examples/my_first_test.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
6060
displayName: 'Run pytest my_first_test.py --browser=chrome --headless'
6161

62-
- script: python -m pytest examples/test_inspect_html.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
63-
displayName: 'Run pytest test_inspect_html.py --browser=chrome --headless'
62+
#- script: python -m pytest examples/test_inspect_html.py --browser=chrome --headless -v -s --junit-xml=junit/test-results.xml
63+
# displayName: 'Run pytest test_inspect_html.py --browser=chrome --headless'
6464

6565
#- task: PublishTestResults@2
6666
# inputs:

0 commit comments

Comments
 (0)