From cc009d113157efc926747cbbff9ac2f17a5161cf Mon Sep 17 00:00:00 2001 From: Sarah French Date: Tue, 17 Feb 2026 17:31:37 +0000 Subject: [PATCH] test: Update skip comment --- internal/command/init_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/command/init_test.go b/internal/command/init_test.go index b44fcbb090..da5a868356 100644 --- a/internal/command/init_test.go +++ b/internal/command/init_test.go @@ -4820,7 +4820,7 @@ func TestInit_uninitialized_stateStore(t *testing.T) { }) t.Run("the error isn't shown if the provider is supplied through reattach config", func(t *testing.T) { - t.Skip("This is implemented as an E2E test: TestPrimary_stateStore_Unmanaged_SeparatePlan") + t.Skip("This is implemented as an E2E test: TestPrimary_stateStore_unmanaged_separatePlan") }) }