Skip to content

Commit 8506f73

Browse files
committed
Address comments
1 parent 3ccf7ae commit 8506f73

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

test/test-rosidl-message-generator.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,6 @@ describe('ROSIDL Node.js message generator test suite', function () {
293293
});
294294

295295
it('Generate message at runtime', function () {
296-
// Skip this test on ARM64 platform due to colcon build issues
297-
if (os.arch() === 'arm64') {
298-
this.skip();
299-
}
300-
301296
const amentPrefixPathOriginal = process.env.AMENT_PREFIX_PATH;
302297
try {
303298
buildTestMessage();

0 commit comments

Comments
 (0)