Skip to content

Commit

Permalink
#213 disable test in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorsten Marx committed Jun 25, 2024
1 parent 1cf087b commit 92995ed
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledIfEnvironmentVariable;
import org.mockito.Mockito;

/**
*
* @author t.marx
*/
@DisabledIfEnvironmentVariable(named = "GITHUB_ACTIONS", matches = "true")
public class ConfigurationManagementReloadTest {

static FileDB db;
Expand Down

0 comments on commit 92995ed

Please sign in to comment.