Skip to content

Commit

Permalink
pr review
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Sep 9, 2024
1 parent 2b99db2 commit fa5b22e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ void shouldTraceAllItemOperationsOnAparallelItemsJob() {
span.hasName("BatchJob parallelItemsJob.parallelItemsStep.ItemWrite")
.hasKind(SpanKind.INTERNAL)
.hasParent(trace.getSpan(14)));

trace.hasSpansSatisfyingExactly(assertions);
});
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,4 @@ public class JsrConfigItemLevelSpanTest extends ItemLevelSpanTest {
public JsrConfigItemLevelSpanTest() {
super(runner);
}

@Override
void shouldTraceAllItemOperationsOnAparallelItemsJob() {
// does not work - not sure why
}
}

0 comments on commit fa5b22e

Please sign in to comment.