Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit 7fdbfce

Browse files
committed
disabling the test testAllGenerically() for 4.1.2 as well.
svn path=/branches/4.1.2/; revision=64625 Former-commit-id: 54c18667a5c0410386e20b3382bf14d5d71852ae
1 parent 63f6927 commit 7fdbfce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appserver/tests/quicklook/amx/src/test/amx/AMXProxyTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright (c) 1997-2011 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 1997-2017 Oracle and/or its affiliates. All rights reserved.
55
*
66
* The contents of this file are subject to the terms of either the GNU
77
* General Public License Version 2 only ("GPL") or the Common Development
@@ -310,7 +310,7 @@ public void testForBogusAnnotations()
310310

311311

312312
/** test all MBeans generically */
313-
@Test
313+
@Test(/* GLASSFISH-21214 */enabled=false)
314314
public void testAllGenerically()
315315
{
316316
final Interfaces interfaces = getInterfaces();

0 commit comments

Comments
 (0)