Skip to content

Commit

Permalink
Re-enable DNS service tests (#384)
Browse files Browse the repository at this point in the history
Upstream issues are solved now, this PR reverts
#349
  • Loading branch information
kobajagi authored Sep 24, 2024
1 parent 7d33569 commit bbf227b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
IMPROVEMENTS:

- go.mk: upgrade to v2.0.3 #383
- Re-enable DNS service tests #384

BUG FIXES:

Expand Down
2 changes: 0 additions & 2 deletions exoscale/datasource_exoscale_domain_record_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build exclude

package exoscale

import (
Expand Down
2 changes: 0 additions & 2 deletions exoscale/datasource_exoscale_domain_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build exclude

package exoscale

import (
Expand Down
2 changes: 0 additions & 2 deletions exoscale/resource_exoscale_domain_record_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build exclude

package exoscale

import (
Expand Down
2 changes: 0 additions & 2 deletions exoscale/resource_exoscale_domain_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build exclude

package exoscale

import (
Expand Down

0 comments on commit bbf227b

Please sign in to comment.