Remove failing test that is testing dead code

This commit is contained in:
Stephen Turner 2015-10-22 16:35:37 +01:00
parent 12c2afcd7d
commit aef3e6511b

View File

@ -52,9 +52,6 @@ namespace XenAdminTests.DialogTests.state1_xml.DialogsWithDefaultConstructor
[TestFixture, Category(TestCategories.UICategoryA)]
public class AboutDialogTest : DialogWithDefaultConstructorTest<AboutDialog> { }
[TestFixture, Category(TestCategories.UICategoryA)]
public class AddStorageLinkSystemDialogTest : DialogWithDefaultConstructorTest<AddStorageLinkSystemDialog> { }
[TestFixture, Category(TestCategories.UICategoryA)]
public class BondPropertiesTest : DialogWithDefaultConstructorTest<BondProperties> { }