Bug 1807238 - Enable TSAN mochitest-devtools by default. r=jmaher
[gecko.git] / devtools / client / performance-new / test / browser / browser.ini
blob4f458b020c846f4f862aa208eb601fadcd052355
1 [DEFAULT]
2 prefs =
3 # This sets up the WebChannel so that it can be used for our tests.
4 devtools.performance.recording.ui-base-url='http://example.com'
5 tags = devtools devtools-performance
6 subsuite = devtools
7 skip-if = tsan # Bug 1804081, timeouts and data races in various tests
8 support-files =
9 head.js
10 helpers.js
11 fake-frontend.html
12 webchannel.html
14 [browser_aboutprofiling-env-restart-button.js]
15 [browser_aboutprofiling-entries.js]
16 [browser_aboutprofiling-features-disabled.js]
17 [browser_aboutprofiling-features.js]
18 [browser_aboutprofiling-interval.js]
19 [browser_aboutprofiling-threads.js]
20 [browser_aboutprofiling-threads-behavior.js]
21 [browser_aboutprofiling-presets.js]
22 [browser_aboutprofiling-presets-custom.js]
23 [browser_aboutprofiling-rtl.js]
24 [browser_devtools-interrupted.js]
25 [browser_devtools-onboarding.js]
26 [browser_devtools-presets.js]
27 [browser_devtools-previously-started.js]
28 [browser_devtools-record-capture.js]
29 https_first_disabled = true
30 [browser_devtools-record-discard.js]
31 [browser_webchannel-enable-menu-button.js]
32 https_first_disabled = true
33 [browser_webchannel-enable-menu-button-preset.js]
34 https_first_disabled = true
35 [browser_popup-profiler-states.js]
36 https_first_disabled = true
37 [browser_popup-record-capture.js]
38 https_first_disabled = true
39 [browser_popup-record-capture-view.js]
40 https_first_disabled = true
41 [browser_popup-record-discard.js]
43 [browser_split-toolbar-button.js]
44 https_first_disabled = true
46 [browser_interaction-between-interfaces.js]