Skip to content

Commit 240cb03

Browse files
committed
test: commenting out marketplace test as it is not testable in staging
1 parent 5b07051 commit 240cb03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

provider/rediscloud_essentials_subscription_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,9 @@ func TestAccResourceRedisCloudEssentialsSubscription_Paid_NoPaymentType_CRUDI(t
210210
}
211211

212212
func TestAccResourceRedisCloudEssentialsSubscription_Paid_Marketplace_CRUDI(t *testing.T) {
213-
214-
testAccRequiresEnvVar(t, "EXECUTE_TESTS")
213+
// Only the qa environment has access to the marketplace, so this test will normally fail.
214+
// Leaving this in the test suite for manual runs
215+
testAccRequiresEnvVar(t, "EXECUTE_QA_TESTS")
215216

216217
subscriptionName := acctest.RandomWithPrefix(testResourcePrefix)
217218
subscriptionNameUpdated := subscriptionName + "-updated"

0 commit comments

Comments
 (0)