We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd936d8 commit 7d434e5Copy full SHA for 7d434e5
Tests/EddiCoreTests.cs
@@ -23,7 +23,7 @@ public void start()
23
MakeSafe();
24
}
25
26
- [TestMethod]
+ [TestMethod, DoNotParallelize]
27
public void TestKeepAlive()
28
{
29
var monitor = EDDI.Instance.monitors.FirstOrDefault(m => m.MonitorName() == "Journal monitor");
Tests/VoiceAttackPluginTests.cs
@@ -320,7 +320,7 @@ public void TestVACommodityEjectedEvent()
320
321
322
323
- [ TestMethod ]
+ [ TestMethod, DoNotParallelize ]
324
public void TestVAShip ()
325
326
dynamic vaProxy = new MockVAProxy();
0 commit comments