diff options
Diffstat (limited to 'toolkit/components/taskscheduler/tests/xpcshell/xpcshell.ini')
-rw-r--r-- | toolkit/components/taskscheduler/tests/xpcshell/xpcshell.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/toolkit/components/taskscheduler/tests/xpcshell/xpcshell.ini b/toolkit/components/taskscheduler/tests/xpcshell/xpcshell.ini new file mode 100644 index 0000000000..ede5742015 --- /dev/null +++ b/toolkit/components/taskscheduler/tests/xpcshell/xpcshell.ini @@ -0,0 +1,13 @@ +[test_TaskSchedulerMacOSImpl.js] +run-if = os == "mac" # Test of macOS backend +skip-if = + apple_silicon # bug 1707753 + apple_catalina # Bug 1713329 +[test_WinTaskSchedulerService.js] +run-if = os == "win" # Test of Windows only service +[test_TaskSchedulerWinImpl.js] +run-if = os == "win" # Test of Windows backend +[test_TaskScheduler.js] +skip-if = + apple_silicon # bug 1707753 + apple_catalina # Bug 1713329 |