Skip to content

Commit

Permalink
Merge pull request #25272 from dmatej/reruntck-disable
Browse files Browse the repository at this point in the history
Disabled automatic rerun of failed TCK tests - should pass on the first attempt.
  • Loading branch information
arjantijms authored Dec 9, 2024
2 parents e630f4c + 0dcf1a7 commit 7bfd452
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Eclipse Foundation and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -219,6 +219,7 @@ private void configureEnvironment(Map<String, String> env) {
env.put("GF_LOGGING_CFG_VI", cfg.getServerLoggingProperties().getAbsolutePath());
env.put("DATABASE", "JavaDB");
env.put("CLIENT_LOGGING_CFG", cfg.getClientLoggingProperties().getAbsolutePath());
env.put("ENABLE_RERUN", "false");

LOG.log(Level.DEBUG, "Configured environment: \n{0}", env);
}
Expand Down

0 comments on commit 7bfd452

Please sign in to comment.