Skip to content
Snippets Groups Projects
Commit 486bb170 authored by Stanley Goldman's avatar Stanley Goldman
Browse files

Using a category to isolate the execution of time sensitive tests

parent 96d60230
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ test:
categories:
except:
- DoNotRunOnAppVeyor
- TimeSensitive
artifacts:
- path: unity\TestProject\Assets\Editor\*.dll
- path: unity\TestProject\Assets\Editor\*.pdb
\ No newline at end of file
......@@ -10,6 +10,7 @@ using System.Threading.Tasks;
namespace IntegrationTests
{
[TestFixture, Category("TimeSensitive")]
class RepositoryManagerTests : BaseGitEnvironmentTest
{
[Test]
......
......@@ -9,6 +9,7 @@ using System.Threading.Tasks;
namespace IntegrationTests
{
[TestFixture, Category("TimeSensitive")]
class RepositoryWatcherTests : BaseGitEnvironmentTest
{
private const int ThreadSleepTimeout = 2000;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment