Skip to content

Commit df4f7f5

Browse files
committed
set test case for non cluster env
1 parent d0b9e35 commit df4f7f5

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

tests/NRedisStack.Tests/NoParallelizationCollection.cs

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/NRedisStack.Tests/Search/SearchTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212

1313
namespace NRedisStack.Tests.Search;
14-
15-
[Collection("NoParallelization")]
1614
public class SearchTests : AbstractNRedisStackTest, IDisposable
1715
{
1816
// private readonly string key = "SEARCH_TESTS";
@@ -3322,7 +3320,7 @@ public void TestDocumentLoad_Issue352()
33223320
Assert.Empty(d.GetProperties().ToList());
33233321
}
33243322

3325-
[Fact]
3323+
[SkipIfRedis(Is.OSSCluster)]
33263324
public void TestDocumentLoadWithDB_Issue352()
33273325
{
33283326
IDatabase db = redisFixture.Redis.GetDatabase();

0 commit comments

Comments
 (0)