Make fail-heavy test as ornery
authoreileen <emcnaughton@wikimedia.org>
Fri, 5 Jan 2024 23:57:38 +0000 (12:57 +1300)
committereileen <emcnaughton@wikimedia.org>
Fri, 5 Jan 2024 23:57:38 +0000 (12:57 +1300)
tests/phpunit/E2E/Core/AssetBuilderTest.php

index 699628319a2fbe24fb3adaa0383bdaa081eadca2..54e5a813716c77f7b5a498f95327bf577611462c 100644 (file)
@@ -166,6 +166,11 @@ class AssetBuilderTest extends \CiviEndToEndTestCase {
     $this->assertEquals($expectedContent, $asset['content']);
   }
 
+  /**
+   * @group ornery
+   *
+   * @throws \GuzzleHttp\Exception\GuzzleException
+   */
   public function testInvalid(): void {
     \Civi::service('asset_builder')->setCacheEnabled(FALSE);
     $url = \Civi::service('asset_builder')->getUrl('invalid.json');