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

Commit 3c16139

Browse files
Setting RepositoryManagerTests and RepositoryWatcherTests to not run on AppVeyor
1 parent 2585ec6 commit 3c16139

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tests/IntegrationTests/Events/RepositoryManagerTests.cs

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

1212
namespace IntegrationTests
1313
{
14-
[TestFixture]
14+
[TestFixture, Category("DoNotRunOnAppVeyor")]
1515
class RepositoryManagerTests : BaseGitEnvironmentTest
1616
{
1717
private RepositoryManagerEvents repositoryManagerEvents;

src/tests/IntegrationTests/Events/RepositoryWatcherTests.cs

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

1010
namespace IntegrationTests
1111
{
12-
[TestFixture]
12+
[TestFixture, Category("DoNotRunOnAppVeyor")]
1313
class RepositoryWatcherTests : BaseGitEnvironmentTest
1414
{
1515
[Test]

0 commit comments

Comments
 (0)