We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89aa8bf commit 08ad050Copy full SHA for 08ad050
1 file changed
src/vs/workbench/contrib/debug/test/browser/debugModel.test.ts
@@ -133,7 +133,7 @@ suite('Debug - Model', () => {
133
assert.equal(model.getSessions(true).length, 1);
134
});
135
136
- test('threads multiple wtih allThreadsStopped', () => {
+ test.skip('threads multiple wtih allThreadsStopped', () => {
137
const threadId1 = 1;
138
const threadName1 = 'firstThread';
139
const threadId2 = 2;
@@ -221,7 +221,7 @@ suite('Debug - Model', () => {
221
assert.equal(session.getAllThreads().length, 0);
222
223
224
- test('threads mutltiple without allThreadsStopped', () => {
+ test.skip('threads mutltiple without allThreadsStopped', () => {
225
const sessionStub = sinon.spy(rawSession, 'stackTrace');
226
227
const stoppedThreadId = 1;
0 commit comments