Skip to content

Commit f7b4653

Browse files
committed
remove python integration tests for snapstart
1 parent f9d3389 commit f7b4653

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

integration-tests/tests/snapstart.test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ describe('Snapstart Integration Tests', () => {
6666
testTraceIsolation(() => results.dotnetInvocation1!, () => results.dotnetInvocation2!);
6767
});
6868

69-
describe('Python Runtime with SnapStart', () => {
70-
testSnapStartInvocation(() => results.pythonInvocation1!);
71-
testSnapStartInvocation(() => results.pythonInvocation2!);
72-
// SVLS-5988 - Doesn't completely work as expected.
73-
// testTraceIsolation(() => results.pythonInvocation1!, () => results.pythonInvocation2!);
74-
});
69+
// SVLS-5988 - Doesn't completely work as expected.
70+
// describe('Python Runtime with SnapStart', () => {
71+
// testSnapStartInvocation(() => results.pythonInvocation1!);
72+
// testSnapStartInvocation(() => results.pythonInvocation2!);
73+
// testTraceIsolation(() => results.pythonInvocation1!, () => results.pythonInvocation2!);
74+
// });
7575

7676
});
7777

0 commit comments

Comments
 (0)