Skip to content

Commit

Permalink
Disable bedrock test.
Browse files Browse the repository at this point in the history
Fix in #43
  • Loading branch information
rom1504 committed Oct 26, 2024
1 parent 5320e19 commit 09e8010
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/mcbedrock.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ describe('mcbedrock', function () {
this.timeout(18000 * 10)

for (const version of SUPPORTED_VERSIONS) {
it('works on ' + version, () => test(version))
// skipped bedrock because it times out; fix in https://github.com/PrismarineJS/prismarine-registry/issues/43
it.skip('works on ' + version, () => test(version))
}
})

0 comments on commit 09e8010

Please sign in to comment.