Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/test/smoke/runInTerminal.smoke.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ suite('Smoke Test: Run Python File In Terminal', () => {
suiteTeardown(closeActiveWindows);
teardown(closeActiveWindows);

test('Exec', async () => {
// TODO: Re-enable this test once the flakiness is resolved
test.skip('Exec', async () => {
const file = path.join(
EXTENSION_ROOT_DIR_FOR_TESTS,
'src',
Expand Down
3 changes: 2 additions & 1 deletion src/test/smoke/smartSend.smoke.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ suite('Smoke Test: Run Smart Selection and Advance Cursor', async () => {
suiteTeardown(closeActiveWindows);
teardown(closeActiveWindows);

test('Smart Send', async () => {
// TODO: Re-enable this test once the flakiness is resolved
test.skip('Smart Send', async () => {
const file = path.join(
EXTENSION_ROOT_DIR_FOR_TESTS,
'src',
Expand Down