-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable IW smoke test #15430
base: main
Are you sure you want to change the base?
enable IW smoke test #15430
Conversation
@@ -8,7 +8,7 @@ import * as fs from 'fs-extra'; | |||
import * as path from '../../platform/vscode-path/path'; | |||
import * as vscode from 'vscode'; | |||
import { traceInfo, traceVerbose } from '../../platform/logging'; | |||
import { PYTHON_PATH, setAutoSaveDelayInWorkspaceRoot, waitForCondition } from '../common.node'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test comment
// await waitForCondition(checkIfFileHasBeenCreated, timeoutForCellToRun, `"${outputFile}" file not created`); | ||
// console.log('Step4'); | ||
// }).timeout(timeoutForCellToRun); | ||
test('Run Cell in interactive window', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test comment2
test('Run all Cells in interactive window', async () => { | ||
const file = path.join( | ||
EXTENSION_ROOT_DIR_FOR_TESTS, | ||
'src', | ||
'test', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
test comment
// await waitForCondition(checkIfFileHasBeenCreated, timeoutForCellToRun, `"${outputFile}" file not created`); | ||
// console.log('Step4'); | ||
// }).timeout(timeoutForCellToRun); | ||
test('Run all Cells in interactive window', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one should still be skipped
No description provided.