Skip to content

Commit

Permalink
Remove Ignore annotation from SnackbarHostTest (google#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMandalia authored and mohitmzendrive committed Jul 10, 2022
1 parent 2543509 commit 56b11bd
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,12 @@ import kotlinx.coroutines.SupervisorJob
import kotlinx.coroutines.delay
import kotlinx.coroutines.launch
import org.junit.Assert.assertEquals
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith

@MediumTest
@RunWith(AndroidJUnit4::class)
@Ignore("https://github.com/google/horologist/issues/66")
class SnackbarHostTest {

@get:Rule
Expand Down Expand Up @@ -110,7 +108,6 @@ class SnackbarHostTest {
}

@Test
@Ignore("ComposeTimeoutException: Condition still not satisfied after 5000 ms")
fun snackbarHost_returnedResult() {
val hostState = SnackbarHostState()
lateinit var scope: CoroutineScope
Expand Down

0 comments on commit 56b11bd

Please sign in to comment.