Explorar o código

don't run Http tests for postData & postBytes on saucelabs
#8910

Aleksandr Kuzmenko %!s(int64=5) %!d(string=hai) anos
pai
achega
09a1e35431
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/unit/src/unit/TestHttp.hx

+ 1 - 1
tests/unit/src/unit/TestHttp.hx

@@ -13,7 +13,7 @@ class TestHttp extends Test {
 
 	function run(async:Async, test:()->Void) {
 		// { comment this out to run http tests locally
-		#if !azure
+		#if (!azure || (azure && js && !nodejs)) //also don't run on sauce labs
 		noAssert();
 		async.done();
 		return;