Sfoglia il codice sorgente

[tests] disable some tests for now (random results somehow)

Rudy Ges 11 mesi fa
parent
commit
f5557783d1
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      tests/server/src/cases/CsSafeTypeBuilding.hx

+ 5 - 0
tests/server/src/cases/CsSafeTypeBuilding.hx

@@ -1,5 +1,9 @@
 package cases;
 
+#if !enabled
+class CsSafeTypeBuilding extends TestCase {
+}
+#else
 import haxe.display.Display;
 import haxe.display.FsPath;
 import haxe.display.Server;
@@ -152,3 +156,4 @@ class CsSafeTypeBuilding extends TestCase {
 		assertResult(target);
 	}
 }
+#end