Skip to content

Commit

Permalink
Remove redundant JRE-based enabled and disabled annotations from tests
Browse files Browse the repository at this point in the history
Closes gh-29693
  • Loading branch information
wilkinsona committed Mar 9, 2022
1 parent 314acd3 commit da1eb25
Showing 1 changed file with 1 addition and 4 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright 2012-2021 the original author or authors.
* Copyright 2012-2022 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 Down Expand Up @@ -30,8 +30,6 @@

import liquibase.integration.spring.SpringLiquibase;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.EnabledOnJre;
import org.junit.jupiter.api.condition.JRE;
import org.junit.jupiter.api.extension.ExtendWith;
import org.junit.jupiter.api.io.TempDir;

Expand Down Expand Up @@ -132,7 +130,6 @@ void changelogJson() {
}

@Test
@EnabledOnJre(JRE.JAVA_8)
void changelogSql() {
this.contextRunner.withUserConfiguration(EmbeddedDataSourceConfiguration.class)
.withPropertyValues("spring.liquibase.change-log:classpath:/db/changelog/db.changelog-override.sql")
Expand Down

0 comments on commit da1eb25

Please sign in to comment.