Skip to content

Commit

Permalink
Merge pull request #1340 from google/ben/flaky_permissions
Browse files Browse the repository at this point in the history
Make permissions test min 27
  • Loading branch information
bentrengrove committed Sep 16, 2022
2 parents f45ca95 + f8cac6b commit 68f9fb5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ import org.junit.Rule
import org.junit.Test

@OptIn(ExperimentalPermissionsApi::class)
@SdkSuppress(minSdkVersion = 23)
@SdkSuppress(minSdkVersion = 27) // Flaky on 26
class RequestMultiplePermissionsTest {

@get:Rule
Expand Down

0 comments on commit 68f9fb5

Please sign in to comment.