Skip to content

Commit

Permalink
Skip replica database test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jmichalak committed Oct 21, 2024
1 parent 6be59db commit ca92d70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/sdk/testint/databases_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,9 @@ func TestInt_DatabasesAlter(t *testing.T) {
})

t.Run(fmt.Sprintf("Database: %s - setting and unsetting tags", testCase.DatabaseType), func(t *testing.T) {
if testCase.DatabaseType == "Replica" {
t.Skipf("Skipping database test because secondary databases cannot be modified")
}
databaseTest, databaseTestCleanup := testCase.CreateFn(t)
t.Cleanup(databaseTestCleanup)

Expand Down

0 comments on commit ca92d70

Please sign in to comment.