Skip to content

Commit 3d26d8d

Browse files
removed the skip line from GetStartupConfigurationDescription testcase
1 parent 72fd56c commit 3d26d8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

v2/tests/admin_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@ func Test_GetStartupConfiguration(t *testing.T) {
177177

178178
// GetStartupConfigurationDescription is optional - it may fail with UTF-8 encoding errors. We test it if available, but don't fail the entire test if it's unavailable due to this known issue.
179179
t.Run("GetStartupConfigurationDescription", func(t *testing.T) {
180-
skipBelowVersion(client, ctx, "4.0.0", tb)
181-
t.Skip("Skipping: GetStartupConfigurationDescription is known to have UTF-8 encoding issues and its intermittent availability makes this test unreliable.")
180+
skipBelowVersion(client, ctx, "4.0.0", t)
182181
configDesc, err := client.GetStartupConfigurationDescription(ctx)
183182
// If we successfully got the description, validate it
184183
require.NoError(t, err, "GetStartupConfigurationDescription failed")

0 commit comments

Comments
 (0)