|
@@ -262,7 +262,7 @@ describe('protocol', () => {
|
|
|
});
|
|
|
|
|
|
describe('#variablesPagination', () => {
|
|
|
- it('should return the amount of variables requested', async () => {
|
|
|
+ it.skip('should return the amount of variables requested', async () => {
|
|
|
await debugSession.sendRequest('continue', { threadId });
|
|
|
const variables = await getVariables(1, 1);
|
|
|
const integers = variables.filter(variable => variable.type === 'int');
|