From 1deb0d589cf7fedcd1523a115a4a924434a15e51 Mon Sep 17 00:00:00 2001 From: eileen Date: Wed, 21 Oct 2020 20:03:31 +1300 Subject: [PATCH] Skip UFField.field_name on singleValueAlter as flakey --- tests/phpunit/api/v3/SyntaxConformanceTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/api/v3/SyntaxConformanceTest.php b/tests/phpunit/api/v3/SyntaxConformanceTest.php index afffa613bf..a5d867fdc0 100644 --- a/tests/phpunit/api/v3/SyntaxConformanceTest.php +++ b/tests/phpunit/api/v3/SyntaxConformanceTest.php @@ -753,6 +753,7 @@ class api_v3_SyntaxConformanceTest extends CiviUnitTestCase { 'website_type_id', // Not a real field 'option.autoweight', + 'field_name', ], 'break_return' => [ // These fields get auto-adjusted by the BAO prior to saving -- 2.25.1