Skip to content

Commit e4ba214

Browse files
committed
Skip flaky reference accessor test on simulator
1 parent 50921fb commit e4ba214

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

TestRunner/app/tests/Marshalling/ReferenceTests.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -841,6 +841,10 @@ describe(module.id, function () {
841841
// });
842842

843843
it("interop.Reference indexed property accessor", () => {
844+
if (global.isSimulator) {
845+
pending("Reference indexed access is unreliable on Simulator.");
846+
}
847+
844848
let stringToHash = "bla";
845849

846850
const bytesToAlloc = 32;

0 commit comments

Comments
 (0)