Skip to content

Commit

Permalink
HSEARCH-5011 Fix some tests no longer being executed as part of the b…
Browse files Browse the repository at this point in the history
…uild
  • Loading branch information
yrodiere committed Nov 10, 2023
1 parent a47f8c2 commit 686b8e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integrationtest/mapper/orm-outbox-polling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</dependenciesToScan>
<includes>
<!-- Include all tests from this module -->
<include>%regex[org[/\\]hibernate[/\\]search[/\\]integrationtest[/\\]mapper[/\\]orm[/\\]coordination[/\\]outboxpolling[/\\].*IT\.class]</include>
<include>%regex[org[/\\]hibernate[/\\]search[/\\]integrationtest[/\\]mapper[/\\]orm[/\\]outboxpolling[/\\].*IT\.class]</include>
<!-- Include tests from integrationtest-mapper-orm that are related to automatic indexing -->
<include>%regex[org[/\\]hibernate[/\\]search[/\\]integrationtest[/\\]mapper[/\\]orm[/\\]automaticindexing[/\\].*IT\.class]</include>
</includes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
import org.hibernate.search.util.impl.test.annotation.TestForIssue;
import org.hibernate.search.util.impl.test.extension.parameterized.ParameterizedPerClass;
import org.hibernate.search.util.impl.test.extension.parameterized.ParameterizedSetup;
import org.hibernate.search.util.impl.test.extension.parameterized.ParameterizedSetupBeforeTest;

import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;
import org.junit.jupiter.params.provider.Arguments;
Expand Down Expand Up @@ -93,7 +93,7 @@ void setup(Object strategyPropertyValue) {
.setup();
}

@BeforeEach
@ParameterizedSetupBeforeTest
void resetFilter() {
eventFilter.reset();
}
Expand Down

0 comments on commit 686b8e6

Please sign in to comment.