mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Disable one test in VMLifecycleCommandTestMidnightRide
This commit is contained in:
parent
cf83d28e64
commit
7c42abb17f
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user