Browse Source

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

Aleksandr Kuzmenko 5 years ago
parent
commit
09a1e35431
1 changed files with 1 additions and 1 deletions
  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;