Skip to content

Commit

Permalink
TESTING: un-skip TestDualProviders (#2576)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakob Ackermann <[email protected]>
Co-authored-by: Tom Limoncelli <[email protected]>
  • Loading branch information
das7pad and tlimoncelli authored Oct 3, 2023
1 parent a87cf17 commit 60f9e4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integrationTest/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ func runTests(t *testing.T, prv providers.DNSServiceProvider, domainName string,
}

func TestDualProviders(t *testing.T) {
t.Skip()
p, domain, _, _ := getProvider(t)
if p == nil {
return
Expand Down

0 comments on commit 60f9e4f

Please sign in to comment.