(NFC) FileTest - Mark as ornery
authorTim Otten <totten@civicrm.org>
Thu, 18 Aug 2022 21:23:03 +0000 (14:23 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 18 Aug 2022 21:23:03 +0000 (14:23 -0700)
tests/phpunit/CRM/Utils/FileTest.php

index d1e2c59ba36e03c0aeca8b45d0878dfad75c4e3c..3661430847c39a35020f0ce6a598c1506536230a 100644 (file)
@@ -308,6 +308,9 @@ class CRM_Utils_FileTest extends CiviUnitTestCase {
    * Test isDir with open_basedir
    *
    * @link https://github.com/php/php-src/blob/5b01c4863fe9e4bc2702b2bbf66d292d23001a18/tests/security/open_basedir_is_dir.phpt
+   * @group ornery
+   *   This manipulates `open_basedir`, which is a one-way street, and it will interfere with phpunit-cli. (Test failures will lead to
+   *   lots of extra data-dumps.)
    *
    * @dataProvider isDirBasedirProvider
    *