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

Commit a67aa72

Browse files
committed
ignore Perf test
1 parent 3a9c11a commit a67aa72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ServiceStack.OrmLite.Tests/UseCase/PostPerfTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class Post
2626

2727
}
2828

29+
[Ignore, Explicit("Integration Test")]
2930
public class PostPerfTests : OrmLiteTestBase
3031
{
3132
public PostPerfTests()
@@ -141,7 +142,7 @@ public void Run_single_select_Dapper()
141142
}
142143

143144
[Test]
144-
public void Run_single_select()
145+
public void Run_single_select_OrmLite()
145146
{
146147
var tester = new Tester();
147148

0 commit comments

Comments
 (0)