Skip to content

Commit f5b55f8

Browse files
committed
COH-31065 Re-enable the .NET load balancer tests
[git-p4: depot-paths = "//dev/main.net/": change = 112830]
1 parent d91b341 commit f5b55f8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/Coherence.Pof.Tests/LoadBalancerTests.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
/*
2-
* Copyright (c) 2000, 2020, Oracle and/or its affiliates.
2+
* Copyright (c) 2000, 2024, Oracle and/or its affiliates.
33
*
44
* Licensed under the Universal Permissive License v 1.0 as shown at
5-
* http://oss.oracle.com/licenses/upl.
5+
* https://oss.oracle.com/licenses/upl.
66
*/
77
using System;
8-
using System.Threading;
98

109
using NUnit.Framework;
1110
using Tangosol.Net;
1211

1312
namespace Tangosol.Data
1413
{
1514
[TestFixture]
16-
[Ignore("Ignore Docker Test")]
1715
public class LoadBalancerTests
1816
{
1917
[Test]

0 commit comments

Comments
 (0)