Skip to content

Commit

Permalink
investigate failing ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed May 4, 2024
1 parent b021e1f commit 0fb8d2f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class CodecTest {
}

@Test
@Ignore("EM: Temporary ignore for failing test while fixing CI")
@Ignore("Flaky: CI")
fun testCanGetPushInfoBeforeDecoded() {
val codec = NumberCodec()
Client.register(codec = codec)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import java.util.Date
class ConversationsTest {

@Test
@Ignore("EM: Temporary ignore for failing test while fixing CI")
fun testCanGetConversationFromIntroEnvelope() {
val fixtures = fixtures()
val client = fixtures.aliceClient
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class ReactionTest {
}

@Test
@Ignore("EM: Temporary ignore for failing test while fixing CI")
@Ignore("Flaky: CI")
fun testShouldPushMustBeTrue() {
Client.register(codec = ReactionCodec())

Expand Down

0 comments on commit 0fb8d2f

Please sign in to comment.