Skip to content

Commit

Permalink
test(operator): shorten test namespace names
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenko committed Feb 3, 2025
1 parent f795209 commit 7211b67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ static void createNamespace(KubernetesClient client, String namespace) {
}

static String calculateNamespace() {
return ("apicurio-registry-operator-test-" + UUID.randomUUID()).substring(0, 63);
return "test-" + UUID.randomUUID().toString().substring(0, 7);
}

static void setDefaultAwaitilityTimings() {
Expand Down

0 comments on commit 7211b67

Please sign in to comment.