diff --git a/rest/importtest/import_test.go b/rest/importtest/import_test.go index 40868c2bb1..3180a5a567 100644 --- a/rest/importtest/import_test.go +++ b/rest/importtest/import_test.go @@ -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") }