Skip to content

Commit

Permalink
disables data_source event_trigger tests since they are failing with …
Browse files Browse the repository at this point in the history
…400. (#1595)
  • Loading branch information
marcosuma authored Nov 3, 2023
1 parent ea7df54 commit efc3dfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
)

func TestEventTrigger_basic(t *testing.T) {
SkipTestForCI(t)
var (
resourceName = "mongodbatlas_event_trigger.test"
projectID = os.Getenv("MONGODB_ATLAS_PROJECT_ID")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (
)

func TestEventTriggers_basic(t *testing.T) {
SkipTestForCI(t)
var (
resourceName = "mongodbatlas_event_trigger.test"
projectID = os.Getenv("MONGODB_ATLAS_PROJECT_ID")
Expand Down

0 comments on commit efc3dfe

Please sign in to comment.