@@ -331,7 +331,7 @@ public async Task HelpForInstanceSpecificCommandsAlwaysWorks(TentacleConfigurati
331331 [ Test ]
332332 [ TentacleConfigurations ( scriptServiceToTest : ScriptServiceVersionToTest . None ) ]
333333 // Run these tests in serial to avoid conflicts
334- [ NonParallelizable ]
334+ // [NonParallelizable]
335335 public async Task InvalidInstance ( TentacleConfigurationTestCase tc )
336336 {
337337 var ( exitCode , stdout , stderr ) = await RunCommand (
@@ -348,7 +348,7 @@ public async Task InvalidInstance(TentacleConfigurationTestCase tc)
348348 [ Test ]
349349 [ TentacleConfigurations ( scriptServiceToTest : ScriptServiceVersionToTest . None ) ]
350350 // Run these tests in serial to avoid conflicts
351- [ NonParallelizable ]
351+ // [NonParallelizable]
352352 public async Task ShowThumbprintCommandText ( TentacleConfigurationTestCase tc )
353353 {
354354 await using var clientAndTentacle = await tc . CreateBuilder ( ) . Build ( CancellationToken ) ;
@@ -366,7 +366,7 @@ public async Task ShowThumbprintCommandText(TentacleConfigurationTestCase tc)
366366 [ Test ]
367367 [ TentacleConfigurations ( scriptServiceToTest : ScriptServiceVersionToTest . None ) ]
368368 // Run these tests in serial to avoid conflicts
369- [ NonParallelizable ]
369+ // [NonParallelizable]
370370 public async Task ShowThumbprintCommandJson ( TentacleConfigurationTestCase tc )
371371 {
372372 await using var clientAndTentacle = await tc . CreateBuilder ( ) . Build ( CancellationToken ) ;
@@ -384,7 +384,7 @@ public async Task ShowThumbprintCommandJson(TentacleConfigurationTestCase tc)
384384 [ Test ]
385385 [ TentacleConfigurations ( scriptServiceToTest : ScriptServiceVersionToTest . None ) ]
386386 // Run these tests in serial to avoid conflicts
387- [ NonParallelizable ]
387+ // [NonParallelizable]
388388 public async Task ListInstancesCommandText ( TentacleConfigurationTestCase tc )
389389 {
390390 await using var clientAndTentacle = await tc . CreateBuilder ( ) . Build ( CancellationToken ) ;
@@ -403,7 +403,7 @@ public async Task ListInstancesCommandText(TentacleConfigurationTestCase tc)
403403 [ Test ]
404404 [ TentacleConfigurations ( scriptServiceToTest : ScriptServiceVersionToTest . None ) ]
405405 // Run these tests in serial to avoid conflicts
406- [ NonParallelizable ]
406+ // [NonParallelizable]
407407 public async Task ListInstancesCommandJson ( TentacleConfigurationTestCase tc )
408408 {
409409 await using var clientAndTentacle = await tc . CreateBuilder ( ) . Build ( CancellationToken ) ;
@@ -423,7 +423,7 @@ public async Task ListInstancesCommandJson(TentacleConfigurationTestCase tc)
423423 [ Test ]
424424 [ TentacleConfigurations ( scriptServiceToTest : ScriptServiceVersionToTest . None ) ]
425425 // Run these tests in serial to avoid conflicts
426- [ NonParallelizable ]
426+ // [NonParallelizable]
427427 public async Task ShouldLogStartupDiagnosticsToInstanceLogFileOnly ( TentacleConfigurationTestCase tc )
428428 {
429429 await using var clientAndTentacle = await tc . CreateBuilder ( ) . Build ( CancellationToken ) ;
@@ -517,7 +517,7 @@ to text.
517517 [ Test ]
518518 [ TentacleConfigurations ( scriptServiceToTest : ScriptServiceVersionToTest . None ) ]
519519 // Run these tests in serial to avoid conflicts
520- [ NonParallelizable ]
520+ // [NonParallelizable]
521521 public async Task ShowConfigurationCommand ( TentacleConfigurationTestCase tc )
522522 {
523523 await using var clientAndTentacle = await tc . CreateBuilder ( ) . Build ( CancellationToken ) ;
@@ -539,7 +539,7 @@ public async Task ShowConfigurationCommand(TentacleConfigurationTestCase tc)
539539 [ Test ]
540540 [ TentacleConfigurations ( scriptServiceToTest : ScriptServiceVersionToTest . None ) ]
541541 // Run these tests in serial to avoid conflicts
542- [ NonParallelizable ]
542+ // [NonParallelizable]
543543 public async Task ShowConfigurationCommandOnPartiallyConfiguredTentacle ( TentacleConfigurationTestCase tc )
544544 {
545545 using var homeDirectory = new TemporaryDirectory ( ) ;
@@ -568,7 +568,7 @@ await RunCommandAndAssertExitsWithSuccessExitCode(
568568 [ Test ]
569569 [ TentacleConfigurations ( scriptServiceToTest : ScriptServiceVersionToTest . None ) ]
570570 // Run these tests in serial to avoid conflicts
571- [ NonParallelizable ]
571+ // [NonParallelizable]
572572 public async Task ShowConfigurationCommandLooksSensibleToHumans ( TentacleConfigurationTestCase tc )
573573 {
574574 await using var clientAndTentacle = await tc . CreateBuilder ( ) . Build ( CancellationToken ) ;
@@ -660,7 +660,7 @@ public async Task ShowConfigurationCommandLooksSensibleToHumans(TentacleConfigur
660660 [ TentacleConfigurations ( scriptServiceToTest : ScriptServiceVersionToTest . None ) ]
661661 [ WindowsTest ]
662662 // Run these tests in serial to avoid conflicts
663- [ NonParallelizable ]
663+ // [NonParallelizable]
664664 public async Task WatchdogCreateAndDeleteCommand ( TentacleConfigurationTestCase tc )
665665 {
666666 await using var clientAndTentacle = await tc . CreateBuilder ( ) . Build ( CancellationToken ) ;
0 commit comments