Skip to content

Commit 6f24741

Browse files
committed
chore: adding note that test does not currently work due to limitations
1 parent dd3da31 commit 6f24741

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

provider/rediscloud_active_active_database_enable_default_user_import_test.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ import (
1919
// TestAccResourceRedisCloudActiveActiveDatabase_enableDefaultUserImport is a DEBUG version
2020
// that imports and modifies an existing database to speed up testing during development.
2121
//
22-
// SETUP:
23-
// 1. Set DEBUG_SUBSCRIPTION_ID and DEBUG_DATABASE_ID environment variables
24-
// 2. The database must have eu-west-1 and us-east-1 regions
25-
// 3. Run with: DEBUG_SUBSCRIPTION_ID=124134 DEBUG_DATABASE_ID=4923 EXECUTE_TESTS=true make testacc TESTARGS='-run=TestAccResourceRedisCloudActiveActiveDatabase_enableDefaultUserImport'
26-
//
22+
// Unfortunately this test does not currently work as many fields are NOT supported in active active databases.
23+
2724
// This test will:
2825
// - Import the existing database with minimal stub config (Step 1)
2926
// - Apply initial baseline config with both regions inheriting from global (Step 2)

0 commit comments

Comments
 (0)