File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,7 @@ describe('Settings', () => {
7474 } )
7575
7676 // This functionality does not seem to work
77- // eslint-disable-next-line max-len
78- it . skip ( 'recognizes if the directory is created *after* the setting is updated' , async ( ) => {
77+ it . skip ( 'recognizes if the directory is created *after* the setting is set' , async ( ) => {
7978 await setTextSettingValue ( pathToRadBinarySetting , tempNodeHomePath )
8079
8180 await expectRadBinaryNotFoundToBeVisible ( workbench )
@@ -140,8 +139,7 @@ describe('Settings', () => {
140139 } )
141140
142141 // This functionality does not seem to work
143- // eslint-disable-next-line max-len
144- it . skip ( 'recognizes if the directory is created *after* the setting is updated' , async ( ) => {
142+ it . skip ( 'recognizes if the directory is created *after* the setting is set' , async ( ) => {
145143 await outputView . clearText ( )
146144
147145 await setTextSettingValue ( pathToNodeHomeSetting , tempNodeHomePath )
You can’t perform that action at this time.
0 commit comments