jenkins-bot has submitted this change and it was merged. Change subject: remove hidden feature, it was choking the CI job ......................................................................
remove hidden feature, it was choking the CI job Change-Id: If189c0d1d9c7a291b582bb8eff12c411c8eeb8f9 --- D tests/browser/features/throttling.feature-disabled 1 file changed, 0 insertions(+), 16 deletions(-) Approvals: Cmcmahon: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/browser/features/throttling.feature-disabled b/tests/browser/features/throttling.feature-disabled deleted file mode 100644 index 619ff85..0000000 --- a/tests/browser/features/throttling.feature-disabled +++ /dev/null @@ -1,16 +0,0 @@ -@chrome @firefox -Feature: Campaign throttling - - Background: - Given the following campaigns exist: - | preferred | throttle | banners | - | normal | 60 | one | - | low | 100 | two | - - Scenario: Throttled banner has higher priority - Given I roll 0.59 for banner choice - Then I see banner one - - Scenario: Throttled banner yields some allocations - Given I roll 0.61 for banner choice - Then I see banner two -- To view, visit https://gerrit.wikimedia.org/r/172893 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If189c0d1d9c7a291b582bb8eff12c411c8eeb8f9 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/CentralNotice Gerrit-Branch: master Gerrit-Owner: Awight <[email protected]> Gerrit-Reviewer: AndyRussG <[email protected]> Gerrit-Reviewer: Awight <[email protected]> Gerrit-Reviewer: Cmcmahon <[email protected]> Gerrit-Reviewer: Dduvall <[email protected]> Gerrit-Reviewer: Ejegg <[email protected]> Gerrit-Reviewer: Katie Horn <[email protected]> Gerrit-Reviewer: Mwalker <[email protected]> Gerrit-Reviewer: Ssmith <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
