mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-12 12:36:55 +00:00
e2e: Set ARC_E2E_SKIP_RUNNERDEPLOYMENT to skip RunnerDeployment test
This commit is contained in:
@@ -240,6 +240,10 @@ func TestE2E(t *testing.T) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
t.Run("RunnerDeployments", func(t *testing.T) {
|
t.Run("RunnerDeployments", func(t *testing.T) {
|
||||||
|
if os.Getenv("ARC_E2E_SKIP_RUNNERDEPLOYMENT") != "" {
|
||||||
|
t.Skip("RunnerSets test has been skipped due to ARC_E2E_SKIP_RUNNERSETS")
|
||||||
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
testID string
|
testID string
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user