Skip to content

Commit

Permalink
remove forgotten focus
Browse files Browse the repository at this point in the history
  • Loading branch information
helderjs committed Aug 16, 2023
1 parent 756c575 commit dd07dff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/backup_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
bucketName = "cloud-backup-snapshot"
)

var _ = FDescribe("Deployment Backup Configuration", Label("backup-config"), func() {
var _ = Describe("Deployment Backup Configuration", Label("backup-config"), func() {
var testData *model.TestDataProvider

AfterEach(func() {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/cloud_access_role_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (

const awsRoleNameBase = "atlas-operator-test-aws-role"

var _ = FDescribe("UserLogin", Label("cloud-access-role"), func() {
var _ = Describe("UserLogin", Label("cloud-access-role"), func() {
var testData *model.TestDataProvider

_ = BeforeEach(func() {
Expand Down

0 comments on commit dd07dff

Please sign in to comment.