Skip to content

Commit f9a3643

Browse files
committed
Add HelpForInstanceSpecificCommandsAlwaysWorks to skipped tests on Windows 2012
1 parent d26055e commit f9a3643

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/Octopus.Tentacle.Tests.Integration/TentacleCommandLineTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ public async Task CommandSpecificHelpAsJsonLooksSensibleToHumans(TentacleConfigu
272272

273273
[Test]
274274
[TentacleConfigurations(scriptServiceToTest: ScriptServiceVersionToTest.None)]
275+
[SkipOnEnvironmentsWithKnownPerformanceIssues]
275276
public async Task HelpForInstanceSpecificCommandsAlwaysWorks(TentacleConfigurationTestCase tc)
276277
{
277278
var (_, stdout, stderr) = await RunCommand(tc, null, "help", "--format=json");

0 commit comments

Comments
 (0)