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:
parent
838b6a701c
commit
c0e32a49d4
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue