File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public void TestMissingEmptyFieldCommandArgs()
4242 }
4343
4444 [ SkipIfRedis ( Comparison . LessThan , "7.3.240" ) ]
45- [ MemberData ( nameof ( EndpointsFixture . Env . AllEnvironments ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
45+ [ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
4646 public void TestMissingFields ( string endpointId )
4747 {
4848 IDatabase db = GetCleanDatabase ( endpointId ) ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public TransactionTests(EndpointsFixture endpointsFixture) : base(endpointsFixtu
1515 }
1616
1717 [ SkippableTheory ]
18- [ MemberData ( nameof ( EndpointsFixture . Env . AllEnvironments ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
18+ [ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
1919 public void TestJsonTransaction ( string endpointId )
2020 {
2121 IDatabase db = GetCleanDatabase ( endpointId ) ;
@@ -34,7 +34,7 @@ public void TestJsonTransaction(string endpointId)
3434 }
3535
3636 [ SkipIfRedis ( Comparison . GreaterThanOrEqual , "7.1.242" ) ]
37- [ MemberData ( nameof ( EndpointsFixture . Env . AllEnvironments ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
37+ [ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
3838 [ Obsolete ]
3939 public void TestModulesTransaction ( string endpointId )
4040 {
You can’t perform that action at this time.
0 commit comments