Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 099c07f

Browse files
committed
remove Explicit from ignored tests
1 parent e8498ce commit 099c07f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ServiceStack.Redis.Tests/RedisPubSubServerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace ServiceStack.Redis.Tests
77
{
8-
[Ignore, Explicit("Ignore long running tests")]
8+
[Ignore("Ignore long running tests")]
99
[TestFixture]
1010
public class RedisPubSubServerTests
1111
{

tests/ServiceStack.Redis.Tests/RedisSentinelTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace ServiceStack.Redis.Tests
66
{
7-
[Ignore, Explicit("Reenable when CI has Sentinel")]
7+
[Ignore("Reenable when CI has Sentinel")]
88
[TestFixture, Category("Integration")]
99
public class RedisSentinelTests
1010
: RedisClientTestsBase

0 commit comments

Comments
 (0)