Skip to content

Commit 3be2ec0

Browse files
author
Hugo Dubois
committed
test(mongodb): skip flaky restore snapshot test from mongodb test suite
1 parent e957634 commit 3be2ec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/services/mongodb/instance_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ func TestAccMongoDBInstance_UpdateNameTagsUser(t *testing.T) {
150150
}
151151

152152
func TestAccMongoDBInstance_FromSnapshot(t *testing.T) {
153+
t.Skip("TestAccMongoDBInstance_FromSnapshot skipped: waiting for stability fix from database team.")
153154
tt := acctest.NewTestTools(t)
154155
defer tt.Cleanup()
155156

0 commit comments

Comments
 (0)