diff --git a/src/Umbraco.Tests.Integration/Tests.cs b/src/Umbraco.Tests.Integration/Tests.cs deleted file mode 100644 index 1bd39ebad6..0000000000 --- a/src/Umbraco.Tests.Integration/Tests.cs +++ /dev/null @@ -1,21 +0,0 @@ -using NUnit.Framework; -using Umbraco.Tests.Integration.Testing; - -namespace Umbraco.Tests.Integration -{ - [TestFixture] - public class Tests : UmbracoIntegrationTest - { - [Test] - public void Test__Stupid_test_that_only_is_used_to_check_how_long_time_we_spend_int_setup_and_teardown1() - { - - } - - [Test] - public void Test__Stupid_test_that_only_is_used_to_check_how_long_time_we_spend_int_setup_and_teardown2() - { - - } - } -}