Skip to content

Commit 5b08ec4

Browse files
authored
disable fw pubsub test (#15787)
1 parent 1e87c12 commit 5b08ec4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

mmv1/third_party/terraform/services/pubsublite/fw_resource_pubsub_lite_reservation.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ import (
1818
"google.golang.org/api/pubsublite/v1"
1919
)
2020

21+
//resource is non-functional, preserved for reference with ongoing fwprovider work
22+
//any changes to `google_pubsublite_reservation` should be performed at mmv1/products/pubsublite/Reservation.yaml
23+
2124
// Ensure the implementation satisfies the expected interfaces.
2225
var (
2326
_ resource.Resource = &GooglePubsubLiteReservationFWResource{}

mmv1/third_party/terraform/services/pubsublite/fw_resource_pubsub_lite_reservation_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ import (
88
)
99

1010
func TestAccResourceFWPubsubLiteReservation_basic(t *testing.T) {
11-
acctest.SkipIfVcr(t)
11+
//tests and resource are non-functional, preserved for reference with ongoing fwprovider work
12+
t.Skip()
1213
t.Parallel()
1314

1415
context := map[string]interface{}{

0 commit comments

Comments
 (0)