dead code

This commit is contained in:
Valere 2023-10-11 17:57:59 +02:00
parent 5f68f98d3a
commit 491f52a3a3
1 changed files with 0 additions and 1 deletions

View File

@ -197,7 +197,6 @@ class E2eeShareKeysHistoryTest : InstrumentedTest {
@Test @Test
fun testNeedsRotationFromSharedToWorldReadable() { fun testNeedsRotationFromSharedToWorldReadable() {
Assume.assumeTrue("Test is flacky on legacy crypto", BuildConfig.FLAVOR == "rustCrypto")
testRotationDueToVisibilityChange(RoomHistoryVisibility.SHARED, RoomHistoryVisibilityContent("world_readable")) testRotationDueToVisibilityChange(RoomHistoryVisibility.SHARED, RoomHistoryVisibilityContent("world_readable"))
} }