--- kernel/pom.xml.orig	2009-08-18 10:36:33.000000000 -0400
+++ kernel/pom.xml	2009-08-18 10:40:33.000000000 -0400
@@ -26,9 +26,15 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <!--configuration>
+        <configuration>
+           <excludes>
+              <exclude>**/*ScopingShutdownTestCase*</exclude>
+              <exclude>**/*ContextualScopingTestCase*</exclude>
+           </excludes>
+         <!--  
           <testFailureIgnore>true</testFailureIgnore>
-        </configuration-->
+         -->
+        </configuration>
       </plugin>   	   
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
