Skip to content

Commit 824c06d

Browse files
committed
[ci] Disable cpp client tests for now
Git.clone() is currently broken due to: HaxeFoundation/haxe#11666
1 parent 8b01fb4 commit 824c06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/RunCi.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Listen 2000
385385
"-D",
386386
'haxelib_path=${Path.join([Sys.getCwd(), "haxelib"])}'
387387
]);
388-
runCommand("neko", ["bin/integration_tests.n"]);
388+
// runCommand("neko", ["bin/integration_tests.n"]);
389389
}
390390

391391
static function deploy():Void {

0 commit comments

Comments
 (0)