From 25085d0a55dbcc1e9475ed7e57fea47db9940f49 Mon Sep 17 00:00:00 2001 From: Rhys Parry Date: Thu, 14 Nov 2024 07:55:23 +1000 Subject: [PATCH] Remove Net60ClientNet48Service test category (#1039) --- .../Support/TentacleTestCaseSourceAttribute.cs | 2 -- 1 file changed, 2 deletions(-) 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