Skip to content

Commit

Permalink
Test fix: Enable auto import for TestImportRollback (#6825)
Browse files Browse the repository at this point in the history
* Enable auto import for TestImportRollback

* SKip test in CE

* Remove explicit autoimport - rely on EE only test
  • Loading branch information
bbrks authored May 15, 2024
1 parent 649ce2b commit ecb18c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rest/importtest/import_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2300,6 +2300,10 @@ func TestImportFilterTimeout(t *testing.T) {

func TestImportRollback(t *testing.T) {

if !base.IsEnterpriseEdition() {
t.Skip("This test only works against EE")
}

if base.UnitTestUrlIsWalrus() {
t.Skip("This test only works against Couchbase Server - needs cbgt and import checkpointing")
}
Expand Down

0 comments on commit ecb18c7

Please sign in to comment.