Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c28a3fd

Browse files
committed
Disable tensor board session tests for 3.10
1 parent 0689052 commit c28a3fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/tensorBoard/tensorBoardSession.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ suite('TensorBoard session creation', async () => {
6464
// TensorBoard 2.4.1 not available for Python 2.7
6565
this.skip();
6666
}
67+
68+
if (process.env.CI_PYTHON_VERSION === '3.10') {
69+
// See: https://github.com/microsoft/vscode-python/issues/18130
70+
this.skip();
71+
}
6772
});
6873

6974
setup(async () => {

0 commit comments

Comments
 (0)