Skip to content

Commit f266a65

Browse files
committed
Temporarily disable apiritif related tests
1 parent d181d56 commit f266a65

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

examples/all-executors.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -19,25 +19,25 @@ reporting:
1919
# all of functional-style executors
2020
---
2121
execution:
22-
- executor: selenium # Selenium Firefox
23-
concurrency: 1
24-
hold-for: 10s
25-
iterations: 10
26-
scenario:
27-
browser: Firefox
28-
requests:
29-
- url: http://localhost:8000/
30-
label: Selenium Firefox
31-
32-
- executor: selenium # Selenium Chrome
33-
concurrency: 1
34-
hold-for: 10s
35-
iterations: 10
36-
scenario:
37-
browser: Chrome
38-
requests:
39-
- url: http://localhost:8000/
40-
label: Selenium Chrome
22+
#- executor: selenium # Selenium Firefox
23+
# concurrency: 1
24+
# hold-for: 10s
25+
# iterations: 10
26+
# scenario:
27+
# browser: Firefox
28+
# requests:
29+
# - url: http://localhost:8000/
30+
# label: Selenium Firefox
31+
32+
#- executor: selenium # Selenium Chrome
33+
# concurrency: 1
34+
# hold-for: 10s
35+
# iterations: 10
36+
# scenario:
37+
# browser: Chrome
38+
# requests:
39+
# - url: http://localhost:8000/
40+
# label: Selenium Chrome
4141

4242
- executor: selenium # Selenium_TestNG
4343
concurrency: 1
@@ -84,12 +84,12 @@ execution:
8484
scenario:
8585
script: functional/mocha_example.js
8686

87-
- executor: apiritif # test_Apiritif
88-
concurrency: 1
89-
hold-for: 10s
90-
iterations: 10
91-
scenario:
92-
script: functional/test_nose.py
87+
#- executor: apiritif # test_Apiritif
88+
# concurrency: 1
89+
# hold-for: 10s
90+
# iterations: 10
91+
# scenario:
92+
# script: functional/test_nose.py
9393

9494
- executor: pytest # test_Pytest x2
9595
concurrency: 1
@@ -192,12 +192,12 @@ execution:
192192
scenario:
193193
script: molotov/blazedemo.py
194194

195-
- executor: apiritif # http://localhost:8000/?tool=Apiritif
196-
concurrency: 1
197-
hold-for: 10s
198-
scenario:
199-
requests:
200-
- url: http://localhost:8000/?tool=Apiritif
195+
#- executor: apiritif # http://localhost:8000/?tool=Apiritif
196+
# concurrency: 1
197+
# hold-for: 10s
198+
# scenario:
199+
# requests:
200+
# - url: http://localhost:8000/?tool=Apiritif
201201

202202
- executor: nunit # IsFive_ExistingVariable_ReturnFive - 10 samples
203203
concurrency: 1

0 commit comments

Comments
 (0)