Skip to content

Commit 1a71844

Browse files
committed
fix(ci): skip python3.8 integ tests
ref #2737
1 parent f7215e7 commit 1a71844

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

src/integrationTest/sam.test.ts

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ const scenarios: TestScenario[] = [
103103
dependencyManager: 'pip',
104104
vscodeMinimum: '1.50.0',
105105
},
106-
{
107-
runtime: 'python3.8',
108-
displayName: 'python3.8 (ZIP)',
109-
path: 'hello_world/app.py',
110-
debugSessionType: 'python',
111-
language: 'python',
112-
dependencyManager: 'pip',
113-
vscodeMinimum: '1.50.0',
114-
},
106+
// {
107+
// runtime: 'python3.8',
108+
// displayName: 'python3.8 (ZIP)',
109+
// path: 'hello_world/app.py',
110+
// debugSessionType: 'python',
111+
// language: 'python',
112+
// dependencyManager: 'pip',
113+
// vscodeMinimum: '1.50.0',
114+
// },
115115
// TODO: Add Python3.9 support to integration test hosts
116116
// {
117117
// runtime: 'python3.9',
@@ -211,16 +211,16 @@ const scenarios: TestScenario[] = [
211211
dependencyManager: 'pip',
212212
vscodeMinimum: '1.50.0',
213213
},
214-
{
215-
runtime: 'python3.8',
216-
displayName: 'python3.8 (Image)',
217-
baseImage: `amazon/python3.8-base`,
218-
path: 'hello_world/app.py',
219-
debugSessionType: 'python',
220-
language: 'python',
221-
dependencyManager: 'pip',
222-
vscodeMinimum: '1.50.0',
223-
},
214+
// {
215+
// runtime: 'python3.8',
216+
// displayName: 'python3.8 (Image)',
217+
// baseImage: `amazon/python3.8-base`,
218+
// path: 'hello_world/app.py',
219+
// debugSessionType: 'python',
220+
// language: 'python',
221+
// dependencyManager: 'pip',
222+
// vscodeMinimum: '1.50.0',
223+
// },
224224
// TODO: Add Python3.9 support to integration test hosts
225225
// {
226226
// runtime: 'python3.9',

0 commit comments

Comments
 (0)