tests: Mark vectorIndexRangeExceptions as ignore again, and explain why

This commit is contained in:
Nathan Adams 2023-07-26 20:12:53 +02:00
parent 1ffb87c227
commit 6a7063a83b
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
num_ticks = 1
known_failure = true # https://github.com/ruffle-rs/ruffle/issues/12321
ignore = true # we don't have correct max bounds on Vectors, so this test tries to allocate 18GB...