We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f3d77 commit 308d4f8Copy full SHA for 308d4f8
internal/pkg/agent/application/dispatcher/dispatcher_test.go
@@ -257,7 +257,9 @@ func TestActionDispatcher(t *testing.T) {
257
t.Fatal("mock Handle never called")
258
}
259
def.AssertExpectations(t)
260
- queue.AssertExpectations(t)
+ // Flaky assertion: https://github.com/elastic/elastic-agent/issues/3137
261
+ // TODO: re-enabled when fixed
262
+ // queue.AssertExpectations(t)
263
})
264
265
t.Run("Retrieve actions from queue", func(t *testing.T) {
0 commit comments