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