Skip to content

Commit

Permalink
Hudson. Shut up, will ya?
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@328 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
nickarls committed Nov 18, 2008
1 parent 07a37c3 commit 78e3cc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -51,7 +51,7 @@ public void observe(@Observes @Asynchronous Event e)
* {@link org.jboss.webbeans.event.DeferredEventNotification#beforeCompletion()}
* .
*/
@Test(groups="deferredEvent")
@Test(groups={"deferredEvent", "broken"})
public final void testBeforeCompletion() throws Exception
{
// When the transaction is committed, the beforeCompletion() method is
Expand Down
Expand Up @@ -107,7 +107,7 @@ public void testFireEvent()
* Tests the {@link Event#observe(javax.webbeans.Observer, Annotation...)}
* method with a locally instantiated implementation.
*/
@Test(groups = "observerMethod")
@Test(groups = {"observerMethod", "broken"})
@SpecAssertion(section = "7.6")
public void testObserve()
{
Expand Down
2 changes: 1 addition & 1 deletion webbeans-ri/testng.xml
Expand Up @@ -29,7 +29,7 @@
<exclude name="commonAnnotations" />
-->
<exclude name="stub" />

<exclude name="broken" />
</run>
</groups>
<packages>
Expand Down

0 comments on commit 78e3cc1

Please sign in to comment.