1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-21 03:38:43 +00:00

Merge pull request from simonpasquier/skip-dns-sd-tests

test: skip DNS service discovery tests
This commit is contained in:
Simon Pasquier 2025-02-17 17:12:10 +01:00 committed by GitHub
commit 051c387039
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -531,6 +531,8 @@ func testScrapeConfigKubernetesNodeRole(t *testing.T) {
// testScrapeConfigDNSSDConfig tests whether DNS SD based monitoring works as expected.
func testScrapeConfigDNSSDConfig(t *testing.T) {
t.Skip("DNS service discovery tests are disabled until we find a replacement for node.demo.do.prometheus.io")
testCtx := framework.NewTestCtx(t)
defer testCtx.Cleanup(t)
ns := framework.CreateNamespace(context.Background(), t, testCtx)