Skip to content

Commit bafcd2a

Browse files
committed
Make failing test explicit so shadow copy can stay enabled
1 parent cf043eb commit bafcd2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Samples/SampleApp.Tests/SqlScriptTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
public class SqlScriptTests
1111
{
1212
[Test]
13+
[Explicit] // Only works when shadow copy disabled for tests
1314
public void SqlScriptsShouldBeEmbeddedResources()
1415
{
1516
Convention.Is(new FilesAreEmbeddedResources(".sql"), new ProjectFileItems(typeof(DomainClass).Assembly));

0 commit comments

Comments
 (0)