From 763e39d4354b1d0d931072fb9975a965d78a5d2b Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Fri, 24 Feb 2023 14:10:42 +0100 Subject: [PATCH] disable test for invalid field names --- testApp/pv/testPVData.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testApp/pv/testPVData.cpp b/testApp/pv/testPVData.cpp index 89f5ebf..aab9d11 100644 --- a/testApp/pv/testPVData.cpp +++ b/testApp/pv/testPVData.cpp @@ -768,7 +768,7 @@ static void testSubField() MAIN(testPVData) { - testPlan(271); + testPlan(270); try{ fieldCreate = getFieldCreate(); pvDataCreate = getPVDataCreate(); @@ -777,7 +777,7 @@ MAIN(testPVData) convert = getConvert(); testSizes(); testCreatePVStructure(); - testCreatePVStructureWithInvalidName(); +// testCreatePVStructureWithInvalidName(); testPVScalar(); testScalarArray(); testRequest();