File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1075,7 +1075,7 @@ describe('CliRepl', function () {
10751075 expect ( fetchingUpdateMetadataCalls ) . to . equal ( 0 ) ;
10761076 } ) ;
10771077
1078- it . only ( 'does attempt to load information about new releases in --no-quiet mode' , async function ( ) {
1078+ it ( 'does attempt to load information about new releases in --no-quiet mode' , async function ( ) {
10791079 cliReplOptions . shellCliOptions . eval = [ '1+1' ] ;
10801080 cliReplOptions . shellCliOptions . quiet = false ;
10811081 cliRepl = new CliRepl ( cliReplOptions ) ;
@@ -1097,7 +1097,7 @@ describe('CliRepl', function () {
10971097 ) ;
10981098 } ) ;
10991099
1100- it . only ( 'does not send device id when telemetry is disabled' , async function ( ) {
1100+ it ( 'does not send device id when telemetry is disabled' , async function ( ) {
11011101 cliReplOptions . shellCliOptions . eval = [ '1+1' ] ;
11021102 cliReplOptions . shellCliOptions . quiet = false ;
11031103 cliRepl = new CliRepl ( cliReplOptions ) ;
You can’t perform that action at this time.
0 commit comments