From 91f575d817f4edfc8037ee79b87678f71a3307a1 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 19 Feb 2021 12:23:07 +0000 Subject: [PATCH] Revert "chore: comment out the E2E (#24109)" This reverts commit 3edd5c71a9cfd421559fa06b47231c472adecdf3. --- .ci/packaging.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/.ci/packaging.groovy b/.ci/packaging.groovy index 67cd92ba380..c82f3d1f5aa 100644 --- a/.ci/packaging.groovy +++ b/.ci/packaging.groovy @@ -252,7 +252,6 @@ pipeline { } } } - /* stage('Run E2E Tests for Packages'){ agent { label 'ubuntu-18 && immutable' } options { skipDefaultCheckout() } @@ -260,7 +259,6 @@ pipeline { runE2ETests() } } - */ } post { success {