From b5d386b0950059e59c22f160079d53b9c486ef71 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 18 Aug 2022 14:23:03 -0700 Subject: [PATCH] (NFC) FileTest - Mark as ornery --- tests/phpunit/CRM/Utils/FileTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpunit/CRM/Utils/FileTest.php b/tests/phpunit/CRM/Utils/FileTest.php index d1e2c59ba3..3661430847 100644 --- a/tests/phpunit/CRM/Utils/FileTest.php +++ b/tests/phpunit/CRM/Utils/FileTest.php @@ -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 * -- 2.25.1