Skip to content

Commit

Permalink
Focus only on failing tests for faster feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
monotypical committed Dec 2, 2024
1 parent 8280180 commit 089d30f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/blackbox/rdsbroker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ var _ = Describe("RDS Broker Daemon", func() {
})
})

Describe("Restore from snapshot", func() {
FDescribe("Restore from snapshot", func() {
TestRestoreFromSnapshot := func(serviceID, planID string, testExtensions bool) {
var (
instanceID string
Expand Down Expand Up @@ -914,7 +914,7 @@ var _ = Describe("RDS Broker Daemon", func() {
})
})

Describe("Restore from before a point in time", func() {
FDescribe("Restore from before a point in time", func() {
TestRestoreFromPointInTime := func(serviceID, planID string, testExtensions bool) {
var (
instanceID string
Expand Down

0 comments on commit 089d30f

Please sign in to comment.