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)

* 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 <ycombinator@gmail.com>

---------

Co-authored-by: Shaunak Kashyap <ycombinator@gmail.com>
(cherry picked from commit e983650)
  • Loading branch information
kaanyalti authored and ycombinator committed Nov 23, 2024
1 parent 33bff9a commit 3bdad83
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 3bdad83

Please sign in to comment.