diff options
Diffstat (limited to 'testing/mozbase/mozhttpd/tests/manifest.toml')
-rw-r--r-- | testing/mozbase/mozhttpd/tests/manifest.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/mozbase/mozhttpd/tests/manifest.toml b/testing/mozbase/mozhttpd/tests/manifest.toml new file mode 100644 index 0000000000..59c9be5ed0 --- /dev/null +++ b/testing/mozbase/mozhttpd/tests/manifest.toml @@ -0,0 +1,16 @@ +[DEFAULT] +subsuite = "mozbase" + +["api.py"] +skip-if = ["true"] + +["baseurl.py"] + +["basic.py"] + +["filelisting.py"] +skip-if = ["true"] + +["paths.py"] + +["requestlog.py"] |