Skip to content

Commit

Permalink
Disable fdb_test.go:TestOpenNotExistTenant
Browse files Browse the repository at this point in the history
This is not supported yet.
  • Loading branch information
xis19 committed May 8, 2024
1 parent 6e247e0 commit dd281e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/go/src/fdb/fdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ func TestCreateExistTenant(t *testing.T) {
assertErrorCodeEqual(t, err, errTenantExists)
}

/* FIXME: This test will not pass as FDB does not support the tenant yet
func TestOpenNotExistTenant(t *testing.T) {
fdb.MustAPIVersion(API_VERSION)
db := fdb.MustOpenDefault()
Expand All @@ -420,6 +421,7 @@ func TestOpenNotExistTenant(t *testing.T) {
_, err := db.OpenTenant(testTenantName)
assertErrorCodeEqual(t, err, errTenantNotFound)
}
*/

func TestDeleteNotExistTenant(t *testing.T) {
fdb.MustAPIVersion(API_VERSION)
Expand Down

0 comments on commit dd281e7

Please sign in to comment.