diff --git a/integrationTest/integration_test.go b/integrationTest/integration_test.go index 462e44d0b7..d774408292 100644 --- a/integrationTest/integration_test.go +++ b/integrationTest/integration_test.go @@ -336,7 +336,7 @@ func runTests(t *testing.T, prv providers.DNSServiceProvider, domainName string, } // Abide by filter - fmt.Printf("DEBUG testPermitted: prov=%q profile=%q\n", *providerFlag, *profileFlag) + //fmt.Printf("DEBUG testPermitted: prov=%q profile=%q\n", *providerFlag, *profileFlag) if err := testPermitted(*profileFlag, *group); err != nil { //t.Logf("%s: ***SKIPPED(%v)***", group.Desc, err) makeChanges(t, prv, dc, tc("Empty"), fmt.Sprintf("%02d:%s ***SKIPPED(%v)***", gIdx, group.Desc, err), false, origConfig)