Skip to content

Commit

Permalink
disable Java integration test because of issues with downloading server
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Sep 11, 2024
1 parent 755eead commit 5a3fb6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 5a3fb6f

Please sign in to comment.