Skip to content

Commit

Permalink
Unskip the proxy URL tests. (#4321)
Browse files Browse the repository at this point in the history
The original issue appears to have been fixed.
  • Loading branch information
cmacknz authored Feb 23, 2024
1 parent b9e4e38 commit 5e17bc2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions testing/integration/proxy_url_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func TestProxyURL_EnrollProxyAndNoProxyInThePolicy(t *testing.T) {
Local: false,
Sudo: true,
})
t.Skip("Flaky test: https://github.com/elastic/elastic-agent/issues/3154")

p := SetupTest(t)
t.Cleanup(func() {
Expand Down Expand Up @@ -147,7 +146,6 @@ func TestProxyURL_EnrollProxyAndEmptyProxyInThePolicy(t *testing.T) {
Local: false,
Sudo: true,
})
t.Skip("Flaky test: https://github.com/elastic/elastic-agent/issues/3154")

p := SetupTest(t)
t.Cleanup(func() {
Expand Down Expand Up @@ -197,7 +195,6 @@ func TestProxyURL_ProxyInThePolicyTakesPrecedence(t *testing.T) {
Local: false,
Sudo: true,
})
t.Skip("Flaky test: https://github.com/elastic/elastic-agent/issues/3154")

p := SetupTest(t)
t.Cleanup(func() {
Expand Down Expand Up @@ -261,7 +258,6 @@ func TestProxyURL_NoEnrollProxyAndProxyInThePolicy(t *testing.T) {
Local: false,
Sudo: true,
})
t.Skip("Flaky test: https://github.com/elastic/elastic-agent/issues/3154")

p := SetupTest(t)
t.Cleanup(func() {
Expand Down Expand Up @@ -329,7 +325,6 @@ func TestProxyURL_RemoveProxyFromThePolicy(t *testing.T) {
Local: false,
Sudo: true,
})
t.Skip("Flaky test: https://github.com/elastic/elastic-agent/issues/3154")

p := SetupTest(t)
t.Cleanup(func() {
Expand Down

0 comments on commit 5e17bc2

Please sign in to comment.