Skip to content

Commit

Permalink
fix: don't load current qtt test case from legacy loader (#4245)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodesai authored Jan 9, 2020
1 parent 508e5a5 commit 9479fd6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,6 @@ private static <T extends VersionedTest> Stream<T> buildVersionedTestCases(
final List<TopologiesAndVersion> expectedTopologies
) {
Stream.Builder<T> builder = Stream.builder();
if (test.getVersionBounds().contains(CURRENT_VERSION)) {
builder.add(test);
}

for (final TopologiesAndVersion topologies : expectedTopologies) {
if (!test.getVersionBounds().contains(topologies.getVersion())) {
Expand Down

0 comments on commit 9479fd6

Please sign in to comment.