Skip to content

Commit

Permalink
Remove one more TraceLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Pine authored and parttimenerd committed Feb 21, 2025
1 parent 74b3293 commit 427d3a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bpf/src/test/java/me/bechberger/ebpf/bpf/DataTypeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ public void testArrayMapWithRecordArray2() {
while (program.result.get() == RecordArrayProgram.Result.UNKNOWN) {
}
assertEquals(RecordArrayProgram.Result.CORRECT, program.result.get());
TraceLog.getInstance().readAllAvailableLines(Duration.ofMillis(100));
}
}
}

0 comments on commit 427d3a6

Please sign in to comment.