mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
adding Category to weaver and Telepathy tests (#1643)
This commit is contained in:
parent
456fde07bc
commit
2ef8404f82
@ -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
|
||||
{
|
||||
|
@ -10,6 +10,7 @@
|
||||
namespace Mirror.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
[Category("Weaver")]
|
||||
public class WeaverTest
|
||||
{
|
||||
#region Private
|
||||
|
Loading…
Reference in New Issue
Block a user