adding Category to weaver and Telepathy tests (#1643)

This commit is contained in:
James Frowen 2020-04-02 17:50:42 +01:00 committed by GitHub
parent 456fde07bc
commit 2ef8404f82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
using System.Text;
using System.Text;
using System.Threading;
using NUnit.Framework;
using UnityEngine.TestTools;
@ -6,6 +6,7 @@
namespace Telepathy.Tests
{
[TestFixture]
[Category("Telepathy")]
[Ignore("Telepathy tests are flaky")]
public class TransportTest
{

View File

@ -10,6 +10,7 @@
namespace Mirror.Tests
{
[TestFixture]
[Category("Weaver")]
public class WeaverTest
{
#region Private