Skip to content

Commit

Permalink
tests: Disable TestUpdatedMessageFetchSucceedsOnSecondTry
Browse files Browse the repository at this point in the history
This test fails a lot on CI due to some events not being processed at
the right time. This will be checked later with GODT-2688.
  • Loading branch information
LBeernaertProton committed Jun 13, 2023
1 parent 3b6ee4c commit ee1ced1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/updates_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ func TestInvalidIMAPCommandDoesNotBlockStateUpdates(t *testing.T) {
})
}

/* GODT-2688 - Investigate test flakiness.
func TestUpdatedMessageFetchSucceedsOnSecondTry(t *testing.T) {
// Test that a sequence of delete followed by create with the same message ID results in an updated message.
runOneToOneTestWithAuth(t, defaultServerOptions(t), func(c *testConnection, s *testSession) {
Expand Down Expand Up @@ -426,7 +427,7 @@ func TestUpdatedMessageFetchSucceedsOnSecondTry(t *testing.T) {
c.S("* 1 FETCH (BODY[HEADER.FIELDS (TO)] {10}\r\nTo: 4@4.pm)")
c.OK("A005")
})
}
}*/

func TestDeleteMailboxFromConnectorAlsoRemoveSubscriptionStatus(t *testing.T) {
runOneToOneTestWithAuth(t, defaultServerOptions(t), func(c *testConnection, s *testSession) {
Expand Down

0 comments on commit ee1ced1

Please sign in to comment.