Skip to content

Commit

Permalink
Automatic merge branch 'current-stable' into 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto CI committed Jan 7, 2023
2 parents 60ae7ad + f9b90c7 commit f0321dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ import org.hamcrest.Matchers.hasItem
import org.junit.After
import org.junit.Assert.assertThat
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.mockito.Mockito.mock
Expand All @@ -60,6 +61,7 @@ import javax.inject.Provider

@RunWith(RobolectricTestRunner::class)
@Config(application = TestBibleApplication::class, sdk=[TEST_SDK])
@Ignore("Let's ignore these for now (see #2451)")
class WindowControlTest {
private var windowControl: WindowControl? = null
private val windowRepository get() = windowControl!!.windowRepository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ import javax.inject.Provider
import org.hamcrest.CoreMatchers.equalTo
import org.hamcrest.CoreMatchers.not
import org.junit.Assert.assertThat
import org.junit.Ignore
import org.junit.runner.RunWith
import org.mockito.Mockito
import org.mockito.Mockito.mock
Expand All @@ -51,6 +52,7 @@ import org.robolectric.annotation.Config

@RunWith(RobolectricTestRunner::class)
@Config(application = TestBibleApplication::class, sdk=[TEST_SDK])
@Ignore("Let's ignore these for now (see #2451)")
class WindowSynchronisationTest {

private var windowControl: WindowControl? = null
Expand Down

0 comments on commit f0321dd

Please sign in to comment.