Skip to content

Commit 5e17bc2

Browse files
authored
Unskip the proxy URL tests. (#4321)
The original issue appears to have been fixed.
1 parent b9e4e38 commit 5e17bc2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

testing/integration/proxy_url_test.go

-5
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ func TestProxyURL_EnrollProxyAndNoProxyInThePolicy(t *testing.T) {
9999
Local: false,
100100
Sudo: true,
101101
})
102-
t.Skip("Flaky test: https://github.com/elastic/elastic-agent/issues/3154")
103102

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

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

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

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

334329
p := SetupTest(t)
335330
t.Cleanup(func() {

0 commit comments

Comments
 (0)