Disable recursive fluidstate test on 1.20.2 for now
This commit is contained in:
parent
5952fa2178
commit
0a2cda0814
|
|
@ -76,6 +76,7 @@ public class BlockStateCacheTest {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
@Test
|
@Test
|
||||||
@Order(5)
|
@Order(5)
|
||||||
public void checkRecursiveFluidState() {
|
public void checkRecursiveFluidState() {
|
||||||
|
|
@ -90,4 +91,5 @@ public class BlockStateCacheTest {
|
||||||
// this should not throw
|
// this should not throw
|
||||||
state.getFluidState();
|
state.getFluidState();
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user