Skip to content

Commit

Permalink
fix(6107): skipping escaping secrets in policy test because it is fla…
Browse files Browse the repository at this point in the history
…ky (#6120) (#6131)

* fix(6107): skipping escaping secrets in policy test because it is flaky

* fix(6107): fix linting

* Update testing/integration/escaping_secrets_in_policy_test.go

Co-authored-by: Shaunak Kashyap <[email protected]>

---------

Co-authored-by: Shaunak Kashyap <[email protected]>
(cherry picked from commit e983650)

Co-authored-by: Kaan Yalti <[email protected]>
  • Loading branch information
mergify[bot] and kaanyalti authored Nov 23, 2024
1 parent 7a94374 commit 1d3a12a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/integration/escaping_secrets_in_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func TestEscapingSecretsInPolicy(t *testing.T) {
Stack: &define.Stack{},
Sudo: true,
})
t.Skip("flaky test: https://github.com/elastic/elastic-agent/issues/6107")
ctx := context.Background()
fixture, err := define.NewFixtureFromLocalBuild(t, define.Version())
require.NoError(t, err)
Expand Down

0 comments on commit 1d3a12a

Please sign in to comment.