Skip to content

Commit e983650

Browse files
Kaan Yaltiycombinator
andauthored
fix(6107): skipping escaping secrets in policy test because it is flaky (#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 <[email protected]> --------- Co-authored-by: Shaunak Kashyap <[email protected]>
1 parent 524c403 commit e983650

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/integration/escaping_secrets_in_policy_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ func TestEscapingSecretsInPolicy(t *testing.T) {
3030
Stack: &define.Stack{},
3131
Sudo: true,
3232
})
33+
t.Skip("flaky test: https://github.com/elastic/elastic-agent/issues/6107")
3334
ctx := context.Background()
3435
fixture, err := define.NewFixtureFromLocalBuild(t, define.Version())
3536
require.NoError(t, err)

0 commit comments

Comments
 (0)