Skip to content

Commit b1dad17

Browse files
committed
Disable testMochaChrome because mocha-headless-chrome does not work on TeamCity
1 parent 94fb2a3 commit b1dad17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle/test-mocha-js.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ task testMochaChrome(type: NodeTask, dependsOn: prepareMochaChrome) {
8080
if (project.hasProperty("teamcity")) args += ['--reporter', 'mocha-teamcity-reporter']
8181
}
8282

83-
test.dependsOn testMochaChrome
83+
// todo: Commented out because mocha-headless-chrome does not work on TeamCity
84+
//test.dependsOn testMochaChrome
8485

8586
// -- Remove node_modules on clean
8687

0 commit comments

Comments
 (0)