From 962320a0d8dd9c89e2e4a1e365402d5303f6892d Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 8 Jul 2024 14:38:54 +0200 Subject: [PATCH] Remove test on API 24 (working locally but not on CI :/) --- .../features/call/impl/pip/PictureInPicturePresenterTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/call/impl/src/test/kotlin/io/element/android/features/call/impl/pip/PictureInPicturePresenterTest.kt b/features/call/impl/src/test/kotlin/io/element/android/features/call/impl/pip/PictureInPicturePresenterTest.kt index b1d9df68dd..25890b78d9 100644 --- a/features/call/impl/src/test/kotlin/io/element/android/features/call/impl/pip/PictureInPicturePresenterTest.kt +++ b/features/call/impl/src/test/kotlin/io/element/android/features/call/impl/pip/PictureInPicturePresenterTest.kt @@ -32,7 +32,7 @@ import org.robolectric.annotation.Config @RunWith(RobolectricTestRunner::class) class PictureInPicturePresenterTest { @Test - @Config(sdk = [VERSION_CODES.N, VERSION_CODES.O, VERSION_CODES.S]) + @Config(sdk = [/*VERSION_CODES.N,*/ VERSION_CODES.O, VERSION_CODES.S]) fun `when pip is not supported, the state value supportPip is false`() = runTest { val presenter = createPictureInPicturePresenter(supportPip = false) moleculeFlow(RecompositionMode.Immediate) {