summaryrefslogtreecommitdiffstats
path: root/dom/indexedDB/test/mochitest-regular.toml
diff options
context:
space:
mode:
Diffstat (limited to 'dom/indexedDB/test/mochitest-regular.toml')
-rw-r--r--dom/indexedDB/test/mochitest-regular.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/dom/indexedDB/test/mochitest-regular.toml b/dom/indexedDB/test/mochitest-regular.toml
new file mode 100644
index 0000000000..167f83ed59
--- /dev/null
+++ b/dom/indexedDB/test/mochitest-regular.toml
@@ -0,0 +1,14 @@
+[DEFAULT]
+dupe-manifest = true
+prefs = ["extensions.blocklist.enabled=false"]
+tags = "indexedDB indexedDB-regular"
+
+["include:mochitest-common.toml"]
+
+["test_file_os_delete.html"] # Bug 1819284: Run test_file_os_delete only for regular manifest.
+skip-if = ["xorigin"] # Bug 1827617: Investigate test_file_os_delete.html failure in xorigin.
+
+["test_file_put_deleted.html"] # Bug 1829690: Investigate failing test_file_put_delete.html in verify mode for PBM.
+
+["test_storage_manager_estimate.html"]
+scheme = "https"