summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/manifestparser/tests/broken-skip-if.toml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozbase/manifestparser/tests/broken-skip-if.toml')
-rw-r--r--testing/mozbase/manifestparser/tests/broken-skip-if.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/mozbase/manifestparser/tests/broken-skip-if.toml b/testing/mozbase/manifestparser/tests/broken-skip-if.toml
new file mode 100644
index 0000000000..c8b6b19998
--- /dev/null
+++ b/testing/mozbase/manifestparser/tests/broken-skip-if.toml
@@ -0,0 +1,4 @@
+[DEFAULT]
+skip-if = [
+ "os = 'win'",
+]