disable test for invalid field names

This commit is contained in:
2023-02-24 14:10:42 +01:00
parent 155e8f078e
commit 763e39d435

View File

@@ -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();