|
@@ -112,6 +112,10 @@ var specificTests = {
|
|
|
|
|
|
function runAllTests () {
|
|
|
if (isRemoteTest) {
|
|
|
+
|
|
|
+
|
|
|
+ specificTests.fallback()
|
|
|
+
|
|
|
|
|
|
platforms.forEach(function (platform) {
|
|
|
tests.forEach(function (test) {
|
|
@@ -119,10 +123,6 @@ function runAllTests () {
|
|
|
test(driver, platform, host)
|
|
|
})
|
|
|
})
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- specificTests.fallback()
|
|
|
} else {
|
|
|
|
|
|
tests.forEach(function (test) {
|