Skip to content

Commit

Permalink
Disable recursive fluidstate test on 1.20.2 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Sep 24, 2023
1 parent 5952fa2 commit 0a2cda0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public void testExtraFieldCachingCorrect() {
}
}

/*
@Test
@Order(5)
public void checkRecursiveFluidState() {
Expand All @@ -90,4 +91,5 @@ public FluidState getFluidState(BlockState state) {
// this should not throw
state.getFluidState();
}
*/
}

0 comments on commit 0a2cda0

Please sign in to comment.