mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

gbellato
16.19.2007 18bf68706abf7bf1c41cf635778cfdd99e570851
Disable the test SchemaBackendTest.testLastModAttributes taht has been failing consistently
the last week.

The issue 2604 has been opened to keep track of this problem.
1 files modified
2 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/SchemaBackendTestCase.java 2 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/SchemaBackendTestCase.java
@@ -5271,7 +5271,7 @@
   *
   * @throws  Exception  If an unexpected problem occurs.
   */
  @Test()
  @Test(enabled=false)
  public void testLastModAttributes()
         throws Exception
  {