Skip to content

Commit f44aa77

Browse files
authored
Remove kubescape scraping test
1 parent 716afe2 commit f44aa77

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/e2e/main_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ func TestQueryPrometheus(t *testing.T) {
149149
}, {
150150
query: `up{job="alertmanager-main"} == 1`,
151151
expectN: 2,
152-
},{
153-
query: `up{job="kubescape"} == 1`,
154-
expectN: 1,
155152
},
156153
// As we want to guarantee more targets, add more tests below
157154
}

0 commit comments

Comments
 (0)