mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-06 08:07:08 +00:00
test/integration: run parallel tests concurrently with serial tests
Signed-off-by: Monis Khan <mok@vmware.com>
This commit is contained in:
@@ -37,7 +37,8 @@ import (
|
||||
"go.pinniped.dev/test/testlib/browsertest"
|
||||
)
|
||||
|
||||
func TestCLIGetKubeconfigStaticToken(t *testing.T) {
|
||||
// safe to run in parallel with serial tests since it only interacts with a test local webhook, see main_test.go.
|
||||
func TestCLIGetKubeconfigStaticToken_Parallel(t *testing.T) {
|
||||
env := testlib.IntegrationEnv(t).WithCapability(testlib.ClusterSigningKeyIsAvailable)
|
||||
|
||||
// Create a test webhook configuration to use with the CLI.
|
||||
|
||||
Reference in New Issue
Block a user