diff --git a/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs b/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs
index a269d31eb3..6ee23dbaad 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODETestClass.cs
@@ -33,11 +33,10 @@ using OpenSim.Framework;
using OpenSim.Region.Physics.Manager;
using log4net;
using System.Reflection;
-using OpenSim.Tests.Common;
namespace OpenSim.Region.Physics.OdePlugin
{
- [IntegrationTest]
+ [TestFixture]
public class ODETestClass
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
diff --git a/OpenSim/Tests/Common/IntegrationTestAttribute.cs b/OpenSim/Tests/Common/IntegrationTestAttribute.cs
deleted file mode 100644
index c721710bcd..0000000000
--- a/OpenSim/Tests/Common/IntegrationTestAttribute.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
-namespace OpenSim.Tests.Common
-{
- [AttributeUsage(AttributeTargets.All,
- AllowMultiple = false,
- Inherited = true)]
- public class IntegrationTestAttribute : LongRunningAttribute
- {
- public IntegrationTestAttribute()
- : base("Integration")
- {
- }
- }
-}
diff --git a/prebuild.xml b/prebuild.xml
index 854185f3c3..884d4ede43 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -502,7 +502,6 @@
-