Skip to content

Commit

Permalink
more reverts
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Jun 10, 2023
1 parent 482d2e6 commit dc34276
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void setupLogger(TestInfo test) {
}

@Test
void logRecordBuilder() throws InterruptedException {
void logRecordBuilder() {
SpanContext spanContext =
SpanContext.create(
IdGenerator.random().generateTraceId(),
Expand All @@ -68,9 +68,6 @@ void logRecordBuilder() throws InterruptedException {
.setAllAttributes(Attributes.builder().put("key", "value").build())
.emit();

Thread.sleep(6000);
System.out.println(testing.logRecords());

await()
.untilAsserted(
() ->
Expand Down

0 comments on commit dc34276

Please sign in to comment.