Explorar el Código

disabling curses test

Tigger Kindel hace 2 años
padre
commit
f056914835
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      UnitTests/ConsoleDrivers/ColorTests.cs

+ 1 - 1
UnitTests/ConsoleDrivers/ColorTests.cs

@@ -94,7 +94,7 @@ namespace Terminal.Gui.DriverTests {
 		[Theory]
 		[InlineData (typeof (FakeDriver))]
 		[InlineData (typeof (NetDriver))]
-		[InlineData (typeof (CursesDriver))]
+		//[InlineData (typeof (CursesDriver))]
 		[InlineData (typeof (WindowsDriver))] 
 		public void Force16Colors_Sets (Type driverType)
 		{