We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91b341 commit f5b55f8Copy full SHA for f5b55f8
tests/Coherence.Pof.Tests/LoadBalancerTests.cs
@@ -1,19 +1,17 @@
1
/*
2
- * Copyright (c) 2000, 2020, Oracle and/or its affiliates.
+ * Copyright (c) 2000, 2024, Oracle and/or its affiliates.
3
*
4
* Licensed under the Universal Permissive License v 1.0 as shown at
5
- * http://oss.oracle.com/licenses/upl.
+ * https://oss.oracle.com/licenses/upl.
6
*/
7
using System;
8
-using System.Threading;
9
10
using NUnit.Framework;
11
using Tangosol.Net;
12
13
namespace Tangosol.Data
14
{
15
[TestFixture]
16
- [Ignore("Ignore Docker Test")]
17
public class LoadBalancerTests
18
19
[Test]
0 commit comments