@@ -113,25 +113,25 @@ public function testRoundTrip(string $filename, string $contents, string $format
113113 $ this ->markTestSkipped ('fhir/fhir-test-cases not installed — run: composer update fhir/fhir-test-cases ' );
114114 }
115115
116- // Known serialization bugs (tracked separately)
117- $ knownBugs = [
118- // _birthDate.extension test removed - appears to be fixed!
119- // XML @value attribute serialization issues:
120- 'condition-example.xml ' ,
121- 'list-example-long.xml ' ,
122- 'medicationdispenseexample8.xml ' ,
123- 'observation-decimal.xml ' ,
124- 'observation-example-20minute-apgar-score.xml ' ,
125- 'observation-example.xml ' ,
126- 'organization-1.xml ' ,
127- 'patient-example-xds.xml ' ,
128- 'patient-example.xml ' ,
129- 'patient-glossy-example.xml ' ,
130- ];
131-
132- if (in_array ($ filename , $ knownBugs , true )) {
133- $ this ->markTestSkipped ("Known serialization bug: {$ filename } — see KNOWN_ISSUES.md " );
134- }
116+ // // Known serialization bugs (tracked separately)
117+ // $knownBugs = [
118+ // // _birthDate.extension test removed - appears to be fixed!
119+ // // XML @value attribute serialization issues:
120+ // 'condition-example.xml',
121+ // 'list-example-long.xml',
122+ // 'medicationdispenseexample8.xml',
123+ // 'observation-decimal.xml',
124+ // 'observation-example-20minute-apgar-score.xml',
125+ // 'observation-example.xml',
126+ // 'organization-1.xml',
127+ // 'patient-example-xds.xml',
128+ // 'patient-example.xml',
129+ // 'patient-glossy-example.xml',
130+ // ];
131+ //
132+ // if (in_array($filename, $knownBugs, true)) {
133+ // $this->markTestSkipped("Known serialization bug: {$filename} — see KNOWN_ISSUES.md");
134+ // }
135135
136136 // Step 1: Deserialize original file → typed model object.
137137 // Skip (not fail) if the resource type is not yet supported.
0 commit comments