disable Java integration test because of issues with downloading server
This commit is contained in:
parent
755eead976
commit
5a3fb6f225
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ import { defineConfig } from 'cypress'
|
|||
export default defineConfig({
|
||||
video: false,
|
||||
chromeWebSecurity: false,
|
||||
screenshotOnRunFailure: true, // Enable screenshots on test failures
|
||||
e2e: {
|
||||
// We've imported your old cypress plugins here.
|
||||
// You may want to clean this up later by importing these.
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ it('Joins to local flying-squid server', () => {
|
|||
testWorldLoad()
|
||||
})
|
||||
|
||||
it('Joins to local latest Java vanilla server', () => {
|
||||
it.skip('Joins to local latest Java vanilla server', () => {
|
||||
const version = supportedVersions.at(-1)!
|
||||
cy.task('startServer', [version, 25_590]).then(() => {
|
||||
visit('/?ip=localhost:25590&username=bot')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue