Skip to content

Commit 0a2cda0

Browse files
committed
Disable recursive fluidstate test on 1.20.2 for now
1 parent 5952fa2 commit 0a2cda0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fabric/src/test/java/net/minecraft/world/level/block/state/BlockStateCacheTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public void testExtraFieldCachingCorrect() {
7676
}
7777
}
7878

79+
/*
7980
@Test
8081
@Order(5)
8182
public void checkRecursiveFluidState() {
@@ -90,4 +91,5 @@ public FluidState getFluidState(BlockState state) {
9091
// this should not throw
9192
state.getFluidState();
9293
}
94+
*/
9395
}

0 commit comments

Comments
 (0)