Disable failing test in PR runs for now
authoreileen <emcnaughton@wikimedia.org>
Sun, 4 Feb 2024 21:27:32 +0000 (10:27 +1300)
committereileen <emcnaughton@wikimedia.org>
Tue, 6 Feb 2024 06:13:07 +0000 (19:13 +1300)
tests/phpunit/E2E/Core/LocalizedDataTest.php

index 2f8e8e22a17303e5ab950492cfda5103caa5441b..6445ae18039e95d0574293e6483317c82dfaf966 100644 (file)
@@ -19,6 +19,8 @@ class LocalizedDataTest extends \CiviEndToEndTestCase {
    *
    * $ env CIVICRM_LOCALES=en_US,fr_FR,de_DE ./bin/setup.sh -g \
    *   && phpunit6 tests/phpunit/E2E/Core/LocalizedDataTest.php
+   *
+   * @group ornery
    */
   public function testLocalizedData(): void {
     $getSql = $this->getSqlFunc();