Skip to content

Commit

Permalink
Fix test (hopfully)
Browse files Browse the repository at this point in the history
  • Loading branch information
K0IN committed Jul 28, 2024
1 parent 2ecce37 commit ec1f636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,5 @@ jobs:
DISPLAY: ":99"
LIBGL_ALWAYS_SOFTWARE: "1"
MESA_GL_VERSION_OVERRIDE: "4.0"

- name: Display Xvfb log if tests failed
if: failure()
run: cat xvfb.log
PYTHONPATH: ${{ github.workspace }}
PYTHON_EXECUTABLE: $(which python3)
1 change: 0 additions & 1 deletion src/test/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ async function main() {
const extensionTestsPath = path.resolve(__dirname, './suite/index');
const launchArgs = [
'--disable-gpu',
'--disable-extensions',
'--disable-workspace-trust',
'--install-extension=ms-python.debugpy',
'--install-extension=ms-python.python',
Expand Down

0 comments on commit ec1f636

Please sign in to comment.