Stream test must run in separate application domains
This commit is contained in:
parent
538d3c480a
commit
c875f622f1
1 changed files with 1 additions and 2 deletions
|
|
@ -31,7 +31,6 @@ using System.Collections.Generic;
|
|||
using System.Diagnostics;
|
||||
using MatterHackers.Agg;
|
||||
using MatterHackers.Agg.PlatformAbstract;
|
||||
using MatterHackers.GCodeVisualizer;
|
||||
using MatterHackers.MatterControl.PrinterCommunication.Io;
|
||||
using MatterHackers.MatterControl.SlicerConfiguration;
|
||||
using MatterHackers.MatterControl.Tests.Automation;
|
||||
|
|
@ -40,7 +39,7 @@ using NUnit.Framework;
|
|||
|
||||
namespace MatterControl.Tests.MatterControl
|
||||
{
|
||||
[TestFixture]
|
||||
[TestFixture, RunInApplicationDomain]
|
||||
public class GCodeStreamTests
|
||||
{
|
||||
[Test, Category("GCodeStream")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue