Skip to content

Commit 232235d

Browse files
authored
Revert "Unskip the proxy URL tests. (#4321)" (#4337)
This reverts commit 5e17bc2.
1 parent 8c6e7e5 commit 232235d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testing/integration/proxy_url_test.go

+5
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ 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")
102103

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

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

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

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

329334
p := SetupTest(t)
330335
t.Cleanup(func() {

0 commit comments

Comments
 (0)