diff --git a/source/Octopus.Tentacle.Tests.Integration/Support/TentacleTestCaseSourceAttribute.cs b/source/Octopus.Tentacle.Tests.Integration/Support/TentacleTestCaseSourceAttribute.cs index b3c9a7b0e..4586af0af 100644 --- a/source/Octopus.Tentacle.Tests.Integration/Support/TentacleTestCaseSourceAttribute.cs +++ b/source/Octopus.Tentacle.Tests.Integration/Support/TentacleTestCaseSourceAttribute.cs @@ -43,7 +43,6 @@ public class TentacleTestCaseSourceAttribute : NUnitAttribute, ITestBuilder, IIm { private readonly NUnitTestCaseBuilder _builder = new(); - public const string Net60ClientNet48Service = nameof(Net60ClientNet48Service); public const string Net80ClientNet48Service = nameof(Net80ClientNet48Service); /// @@ -170,7 +169,6 @@ private IEnumerable GetTestCasesFor(IMethodInfo method) #if !NETFRAMEWORK if (item is TentacleConfigurationTestCase {TentacleRuntime: TentacleRuntime.Framework48} testCase) { - parms.Properties.Add(PropertyNames.Category, Net60ClientNet48Service); parms.Properties.Add(PropertyNames.Category, Net80ClientNet48Service); } #endif