Skip to content

Commit

Permalink
Temporarily disable test that is randomly failing/hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Sep 30, 2024
1 parent ad91fef commit 3758f86
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2010-2023 the original author or authors.
* Copyright 2010-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -25,6 +25,7 @@
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import org.springframework.batch.core.BatchStatus;
Expand Down Expand Up @@ -55,6 +56,7 @@
* Tests for {@link FaultTolerantStepFactoryBean}.
*/
@SpringJUnitConfig(locations = "/simple-job-launcher-context.xml")
@Disabled("Randomly failing/hanging") // FIXME This test is randomly failing/hanging
class FaultTolerantStepFactoryBeanIntegrationTests {

private static final int MAX_COUNT = 1000;
Expand Down

0 comments on commit 3758f86

Please sign in to comment.