We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2707b commit 2431a29Copy full SHA for 2431a29
src/vs/workbench/contrib/testing/common/testingStates.ts
@@ -16,8 +16,8 @@ export const statePriority: { [K in TestResultState]: number } = {
16
[TestResultState.Running]: 6,
17
[TestResultState.Errored]: 5,
18
[TestResultState.Failed]: 4,
19
- [TestResultState.Passed]: 3,
20
- [TestResultState.Queued]: 2,
+ [TestResultState.Queued]: 3,
+ [TestResultState.Passed]: 2,
21
[TestResultState.Unset]: 1,
22
[TestResultState.Skipped]: 0,
23
};
0 commit comments