Skip to content

Commit 5283f75

Browse files
committed
Temporarily disable test, delete orphaned type file
1 parent 35db117 commit 5283f75

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/types/pngparse.d.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/examples/topic-listener.example.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ describe("Topics Example", function () {
4646
topic.on("unsubscribe", done);
4747
}));
4848

49-
it("Listening to a PNG-compressed topic", async () => {
49+
// TODO: reenable when rosbridge is fixed in ROS 2
50+
it.skip("Listening to a PNG-compressed topic", async () => {
5051
const topic = ros.Topic<{ data: string }>({
5152
name: "/png_test",
5253
messageType: "std_msgs/String",

0 commit comments

Comments
 (0)