Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Sep 22, 2023
1 parent 0fb523a commit 18699da
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/bridge/mqtt.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {createBidirectionalBridgeTest, createBridgeTest} from './utils'

// TODO: why does this not work
// TODO: mqtt returns to original sender ... (similar but not same bug as at mqtt bus)
describe.skip('bridge', () => {
createBidirectionalBridgeTest(
'mqtt',
Expand Down
2 changes: 0 additions & 2 deletions tests/bridge/socketio.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import {createBidirectionalBridgeTest, createBridgeTest} from './utils'

// TODO: make this work
// The logger claims to have written 69 into output file but at the end only 42 is present
describe('bridge', () => {
createBidirectionalBridgeTest(
'socketio',
Expand Down
3 changes: 1 addition & 2 deletions tests/bridge/ws.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {createBidirectionalBridgeTest, createBridgeTest} from './utils'

// TODO: why does this not work
describe.skip('bridge', () => {
describe('bridge', () => {
createBidirectionalBridgeTest(
'websocket',
{
Expand Down
2 changes: 1 addition & 1 deletion tests/bus/ws.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {createBusTest} from './utils'

// TODO: message seems not to be published
// TODO: Uncaught ReferenceError: WebSocket is not defined
describe.skip('bus', () => {
createBusTest(
'ws',
Expand Down

0 comments on commit 18699da

Please sign in to comment.