Skip to content

Commit

Permalink
Flaky test enrollment_api_key_integration_test.go
Browse files Browse the repository at this point in the history
See #1289
for more details

(cherry picked from commit c03b6f9)
  • Loading branch information
ph authored and mergify-bot committed Apr 5, 2022
1 parent 246bc34 commit 6543fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pkg/dl/enrollment_api_key_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func TestSearchEnrollmentAPIKeyByID(t *testing.T) {
}

func TestSearchEnrollmentAPIKeyByPolicyID(t *testing.T) {
t.Skip("Flaky test see https://github.com/elastic/fleet-server/issues/1289")
ctx, cn := context.WithCancel(context.Background())
defer cn()

Expand Down

0 comments on commit 6543fb2

Please sign in to comment.