From 089d30f7ce38c6eae627df8d6490e5ab60566f4e Mon Sep 17 00:00:00 2001 From: Alice Lee Date: Mon, 2 Dec 2024 11:52:32 +0000 Subject: [PATCH] Focus only on failing tests for faster feedback --- ci/blackbox/rdsbroker_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/blackbox/rdsbroker_test.go b/ci/blackbox/rdsbroker_test.go index c226573a..3eeac0b1 100644 --- a/ci/blackbox/rdsbroker_test.go +++ b/ci/blackbox/rdsbroker_test.go @@ -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 @@ -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