Skip to content

Commit

Permalink
Revert "Re-enable a previously flaky type test (WebAssembly#4582)" (W…
Browse files Browse the repository at this point in the history
…ebAssembly#4591)

This reverts commit 40a998c.
  • Loading branch information
tlively authored Apr 12, 2022
1 parent ce0333d commit 3ff6652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gtest/type-builder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ TEST_F(IsorecursiveTest, CanonicalizeUses) {
EXPECT_NE(built[4], built[6]);
}

TEST_F(IsorecursiveTest, CanonicalizeSelfReferences) {
TEST_F(IsorecursiveTest, DISABLED_CanonicalizeSelfReferences) {
TypeBuilder builder(5);
// Single self-reference
builder[0] = makeStruct(builder, {0});
Expand Down

0 comments on commit 3ff6652

Please sign in to comment.