Skip to content

Commit

Permalink
chore(developer): skip vscode test for now 🗼
Browse files Browse the repository at this point in the history
- requires X on linux builder, so skip for now

Fixes: #12798
  • Loading branch information
srl295 committed Dec 6, 2024
1 parent 0004467 commit 5d0a993
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion developer/src/vscode-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"watch": "tsc -watch -p ./",
"pretest": "npm run compile && npm run lint",
"lint": "eslint src",
"test": "vscode-test"
"test": "echo use 'ui-test' to run the test - TODO-LDML-EDITOR",
"ui-test": "vscode-test"
},
"devDependencies": {
"@types/mocha": "^10.0.0",
Expand Down

0 comments on commit 5d0a993

Please sign in to comment.