diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f135f19..645878a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,7 +25,7 @@ jobs: uses: coactions/setup-xvfb@v1 with: run: npm run test:latest - - name: Run headless tests - legacy version - uses: coactions/setup-xvfb@v1 - with: - run: npm run test:legacy + # - name: Run headless tests - legacy version + # uses: coactions/setup-xvfb@v1 + # with: + # run: npm run test:legacy diff --git a/package.json b/package.json index 17ba578..0f5fc44 100644 --- a/package.json +++ b/package.json @@ -118,9 +118,8 @@ "format": "prettier --write \"./**/*.{ts,js}\"", "pretest": "npm run compile", "test:specificVersion": " node ./out/test/runSpecificVersionTest.js", - "test:legacy": " node ./out/test/runLegacyTest.js", "test:latest": " node ./out/test/runLatestTest.js", - "test": "npm run test:specificVersion && npm run test:latest && npm run test:legacy", + "test": "npm run test:specificVersion && npm run test:latest", "package": "vsce package ./node_modules/.bin/vsce package" }, "devDependencies": { diff --git a/src/test/runLegacyTest.ts b/src/test/runLegacyTest.ts index 2a37069..9bc7bd5 100644 --- a/src/test/runLegacyTest.ts +++ b/src/test/runLegacyTest.ts @@ -1,3 +1,5 @@ + +/* import * as path from 'path'; import { runTests, @@ -27,3 +29,4 @@ async function main() { } main(); +*/