Bug 1649390 - Add missing "=" to the skip syntax. r=mkmelin

This commit is contained in:
Cosmin Sabou 2020-06-30 23:45:53 +03:00
parent cda80c22da
commit 717f707ad2

View File

@ -9,7 +9,7 @@ support-files =
[test_workers.js]
[test_fileReader.js]
[test_remoteworker_launch_new_process.js]
skip-if = appname = 'thunderbird' # Thunderbird doesn't use e10s.
skip-if = appname == 'thunderbird' # Thunderbird doesn't use e10s.
# The following firefox-appdir make sure that this xpcshell test will run
# with e10s enabled (which is needed to make sure that the test case is
# going to launch the expected new processes)