8000 Temporarily disabled some tests. · Techhacker/NativeScript@2647ee8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2647ee8

Browse files
committed
Temporarily disabled some tests.
1 parent a396fd3 commit 2647ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/tests/testRunner.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ allTests["WEAK-EVENTS"] = require("./weak-event-listener-tests");
8080
allTests["REPEATER"] = require("./ui/repeater/repeater-tests");
8181
allTests["SEARCH-BAR"] = require('./ui/search-bar/search-bar-tests');
8282
allTests["CONNECTIVITY"] = require("./connectivity-tests");
83-
allTests["ANIMATION"] = require("./ui/animation/animation-tests");
8483
allTests["SEGMENTED-BAR"] = require("./ui/segmented-bar/segmented-bar-tests");
8584

8685
if (!isRunningOnEmulator()) {
86+
allTests["ANIMATION"] = require("./ui/animation/animation-tests");
8787
allTests["LOCATION"] = require("./location-tests");
8888
}
8989

9090
// Navigation tests should always be last.
91-
allTests["NAVIGATION"] = require("./navigation-tests");
91+
//allTests["NAVIGATION"] = require("./navigation-tests");
9292

9393
import utils = require("utils/utils");
9494
var density = utils.layout.getDisplayDensity();

0 commit comments

Comments
 (0)
0