Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 3231165

Browse files
committed
fix: skip test that dont work in firefox
1 parent 2a809ec commit 3231165

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

test/core/interface.spec.js

+20-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,26 @@ describe('interface-ipfs-core tests', function () {
101101
go: {
102102
args: ['--enable-pubsub-experiment']
103103
}
104-
})))
104+
})), {
105+
skip: [
106+
{
107+
name: 'should receive messages from a different node',
108+
reason: 'https://github.com/ipfs/js-ipfs/issues/2662'
109+
},
110+
{
111+
name: 'should round trip a non-utf8 binary buffer',
112+
reason: 'https://github.com/ipfs/js-ipfs/issues/2662'
113+
},
114+
{
115+
name: 'should receive multiple messages',
116+
reason: 'https://github.com/ipfs/js-ipfs/issues/2662'
117+
},
118+
{
119+
name: 'should send/receive 100 messages',
120+
reason: 'https://github.com/ipfs/js-ipfs/issues/2662'
121+
}
122+
]
123+
})
105124

106125
tests.repo(commonFactory)
107126

0 commit comments

Comments
 (0)