File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ func TestProxyURL_EnrollProxyAndNoProxyInThePolicy(t *testing.T) {
99
99
Local : false ,
100
100
Sudo : true ,
101
101
})
102
- t .Skip ("Flaky test: https://github.com/elastic/elastic-agent/issues/3154" )
103
102
104
103
p := SetupTest (t )
105
104
t .Cleanup (func () {
@@ -147,7 +146,6 @@ func TestProxyURL_EnrollProxyAndEmptyProxyInThePolicy(t *testing.T) {
147
146
Local : false ,
148
147
Sudo : true ,
149
148
})
150
- t .Skip ("Flaky test: https://github.com/elastic/elastic-agent/issues/3154" )
151
149
152
150
p := SetupTest (t )
153
151
t .Cleanup (func () {
@@ -197,7 +195,6 @@ func TestProxyURL_ProxyInThePolicyTakesPrecedence(t *testing.T) {
197
195
Local : false ,
198
196
Sudo : true ,
199
197
})
200
- t .Skip ("Flaky test: https://github.com/elastic/elastic-agent/issues/3154" )
201
198
202
199
p := SetupTest (t )
203
200
t .Cleanup (func () {
@@ -261,7 +258,6 @@ func TestProxyURL_NoEnrollProxyAndProxyInThePolicy(t *testing.T) {
261
258
Local : false ,
262
259
Sudo : true ,
263
260
})
264
- t .Skip ("Flaky test: https://github.com/elastic/elastic-agent/issues/3154" )
265
261
266
262
p := SetupTest (t )
267
263
t .Cleanup (func () {
@@ -329,7 +325,6 @@ func TestProxyURL_RemoveProxyFromThePolicy(t *testing.T) {
329
325
Local : false ,
330
326
Sudo : true ,
331
327
})
332
- t .Skip ("Flaky test: https://github.com/elastic/elastic-agent/issues/3154" )
333
328
334
329
p := SetupTest (t )
335
330
t .Cleanup (func () {
You can’t perform that action at this time.
0 commit comments