diff --git a/ci/Jenkinsfile.tests-e2e b/ci/Jenkinsfile.tests-e2e index 54fa20798e..daccee3f86 100644 --- a/ci/Jenkinsfile.tests-e2e +++ b/ci/Jenkinsfile.tests-e2e @@ -6,8 +6,7 @@ def isPRBuild = utils.isPRBuild() pipeline { agent { - /* Temporary desktop-e2e-old label to debug delays. */ - label 'linux && x86_64 && qt-5.15.2 && desktop-e2e-old' + label 'linux && x86_64 && qt-5.15.2' } parameters {