Skip to content

Commit 687e141

Browse files
karthiknadigshsumankimadelinerchiodo
authored
Skip flaky virtual env tests (#13650)
* Show the server display string that the user is going to connect to after selecting a compute instance and reloading the window. (#13600) * Update "Tip" notification for new users to either show the existing tip, a link to a feedback survey or nothing (#13554) * Update vscode-tas-client * Add experiment group enum * Add method to retrieve experiment values * Implementation + tests * News file * Update wording of the news entry * Add telemetry * More tests * No opting-in and out of this one * Don't fetch value if opted out, add tests * Address comments * Fix save on close (#13567) * Pass model through command instead of URI in order to use directly * Add a test to verify we don't regress * Finish fixing tests * Add news entry * Fix unit tests * Update changelog and version for point release. * Skip workspace virtual env service tests * Add link to issue for skipping Co-authored-by: Shantnu Suman <[email protected]> Co-authored-by: Kim-Adeline Miguel <[email protected]> Co-authored-by: Rich Chiodo <[email protected]>
1 parent 4f58dc1 commit 687e141

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/pythonEnvironments/discovery/locators/workspaceVirtualEnvService.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ suite('Interpreters - Workspace VirtualEnv Service', function () {
125125
}
126126

127127
suiteSetup(async function () {
128+
// Skipping test due to flaky ness
129+
// see:https://github.com/microsoft/vscode-python/issues/13649
130+
this.skip();
131+
128132
// skip for Python < 3, no venv support
129133
if (await isPythonVersionInProcess(undefined, '2')) {
130134
return this.skip();

0 commit comments

Comments
 (0)