Disable one test in VMLifecycleCommandTestMidnightRide

This commit is contained in:
Mihaela Stoica 2015-08-27 16:59:03 +01:00
parent cf83d28e64
commit 7c42abb17f

View File

@ -58,7 +58,6 @@ namespace XenAdminTests.CommandTests
} }
[TestFixture, Category(TestCategories.UICategoryA)] [TestFixture, Category(TestCategories.UICategoryA)]
[Ignore]
public class VMLifecycleCommandTestMidnightRide : MainWindowLauncher_TestFixture public class VMLifecycleCommandTestMidnightRide : MainWindowLauncher_TestFixture
{ {
private VMLifecycleCommandTest tester = new VMLifecycleCommandTest(); private VMLifecycleCommandTest tester = new VMLifecycleCommandTest();
@ -74,6 +73,7 @@ namespace XenAdminTests.CommandTests
} }
[Test] [Test]
[Ignore]
public void TestMultipleSelect() public void TestMultipleSelect()
{ {
tester.TestMultipleSelect(); tester.TestMultipleSelect();