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

test: skip DNS service discovery tests

The website used for testing is unreachable for now.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier 2025-02-17 15:33:51 +01:00
parent 838b6a701c
commit c0e32a49d4
No known key found for this signature in database
GPG key ID: 0190A66C0A10FC4F

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)