Disable recursive fluidstate test on 1.20.2 for now

This commit is contained in:
embeddedt 2023-09-24 12:28:58 -04:00
parent 5952fa2178
commit 0a2cda0814
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -76,6 +76,7 @@ public class BlockStateCacheTest {
}
}
/*
@Test
@Order(5)
public void checkRecursiveFluidState() {
@ -90,4 +91,5 @@ public class BlockStateCacheTest {
// this should not throw
state.getFluidState();
}
*/
}