mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-05-04 00:16:45 +00:00
Making tests less flaky (#172)
This commit is contained in:
committed by
GitHub
parent
03eb6e633e
commit
82bbd238fb
@@ -28,7 +28,7 @@ import (
|
||||
"github.com/clastix/capsule/api/v1alpha1"
|
||||
)
|
||||
|
||||
var _ = Describe("Namespace creation with no Tenant assigned", func() {
|
||||
var _ = Describe("creating a Namespace creation with no Tenant assigned", func() {
|
||||
It("should fail", func() {
|
||||
tnt := &v1alpha1.Tenant{
|
||||
Spec: v1alpha1.TenantSpec{
|
||||
|
||||
Reference in New Issue
Block a user