Remove test on API 24 (working locally but not on CI :/)

This commit is contained in:
Benoit Marty
2024-07-08 14:38:54 +02:00
parent 1fcdaf0ffa
commit d915201dd3

View File

@@ -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) {