[WASM] Ignore reference proposal spec test

This commit is contained in:
Igor Yakovlev
2022-06-15 17:59:19 +02:00
parent 270a41a2db
commit 1b6b3ec3b5
@@ -30,6 +30,7 @@ class BinaryCodecTest {
testProposal("function-references")
@Test
@Ignore
fun `reference-types`() =
testProposal("reference-types", ignoreFiles = listOf("ref_func.wast"))