File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -668,13 +668,4 @@ describe('Logging', async () => {
668668 const timeCreated = name . substr ( TESTS_PREFIX . length + 1 ) . split ( / - | _ / g) [ 0 ] ;
669669 return new Date ( Number ( timeCreated ) ) ;
670670 }
671-
672- it ( 'fails in continuous (system)' , ( ) => {
673- if (
674- process . env . KOKORO_BUILD_ARTIFACTS_SUBDIR &&
675- process . env . KOKORO_BUILD_ARTIFACTS_SUBDIR . includes ( 'continuous' )
676- ) {
677- assert . strictEqual ( true , false ) ;
678- }
679- } ) ;
680671} ) ;
Original file line number Diff line number Diff line change @@ -848,13 +848,4 @@ describe('Log', () => {
848848 }
849849 } ) ;
850850 } ) ;
851-
852- it ( 'fails in continuous (unit)' , ( ) => {
853- if (
854- process . env . KOKORO_BUILD_ARTIFACTS_SUBDIR &&
855- process . env . KOKORO_BUILD_ARTIFACTS_SUBDIR . includes ( 'continuous' )
856- ) {
857- assert . strictEqual ( true , false ) ;
858- }
859- } ) ;
860851} ) ;
You can’t perform that action at this time.
0 commit comments