Skip to content

Commit

Permalink
Make test at ignore currently investigating
Browse files Browse the repository at this point in the history
  • Loading branch information
StaehliJ committed Feb 27, 2024
1 parent e399fe7 commit 764d8e3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import io.mockk.verify
import io.mockk.verifyOrder
import org.junit.runner.RunWith
import kotlin.test.BeforeTest
import kotlin.test.Ignore
import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertNull
Expand Down Expand Up @@ -432,6 +433,7 @@ class CommandersActTrackerIntegrationTest {
verify { commandersAct wasNot Called }
}

@Ignore("Currently very flaky due to timer.")
@Test
fun `check uptime and position updates`() {
val delay = 2.seconds
Expand Down

0 comments on commit 764d8e3

Please sign in to comment.