Skip to content

Commit 52069d5

Browse files
don't attribute testset time to test time
1 parent c954ecd commit 52069d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/buildkitetestjson.jl

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ end
147147

148148
function collect_results!(results::Vector{Dict{String,Any}}, testset::Test.DefaultTestSet, prefix::String="")
149149
common_data = result_dict(testset, prefix)
150+
delete!(common_data, "history") # testset history is not relevant for individual test results
150151
result_offset = length(results) + 1
151152
result_counts = Dict{Tuple{String,String},Int}()
152153
get_rid(rdata) = (rdata["location"], rdata["result"])

0 commit comments

Comments
 (0)