File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments