summaryrefslogtreecommitdiffstats
path: root/browser/components/syncedtabs/test/xpcshell/xpcshell.toml
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/syncedtabs/test/xpcshell/xpcshell.toml')
-rw-r--r--browser/components/syncedtabs/test/xpcshell/xpcshell.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/browser/components/syncedtabs/test/xpcshell/xpcshell.toml b/browser/components/syncedtabs/test/xpcshell/xpcshell.toml
new file mode 100644
index 0000000000..d343593644
--- /dev/null
+++ b/browser/components/syncedtabs/test/xpcshell/xpcshell.toml
@@ -0,0 +1,14 @@
+[DEFAULT]
+skip-if = ["os == 'android'"] # bug 1730213
+head = "head.js"
+firefox-appdir = "browser"
+
+["test_EventEmitter.js"]
+
+["test_SyncedTabsDeckComponent.js"]
+
+["test_SyncedTabsDeckStore.js"]
+
+["test_SyncedTabsListStore.js"]
+
+["test_TabListComponent.js"]