瀏覽代碼

[tests] disable for now

see #9744
Simon Krajewski 5 年之前
父節點
當前提交
82d53c27d1
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      tests/unit/src/unit/issues/Issue9744.hx

+ 3 - 0
tests/unit/src/unit/issues/Issue9744.hx

@@ -74,11 +74,14 @@ class NadakoB {
 }
 
 class Issue9744 extends unit.Test {
+	#if ((cs && fast_cast && erase_generics) || cppia)
+	#else
 	function testAbstractOverAbstractSelf() {
 		var ref = new Ref();
 		eq(1, ref.value = 1);
 		eq(1, ref.value);
 	}
+	#end
 
 	function testUnopProperties() {
 		var vcs = new Vcs(true);