Skip to content

Commit 30e0684

Browse files
Ignore other test types
1 parent 1290873 commit 30e0684

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/buildkitetestjson.jl

+4
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@ function collect_results!(results::Vector{Dict{String,Any}}, result::Test.Defaul
221221
collect_results!(results, result, common_data["scope"])
222222
end
223223

224+
function collect_results!(results::Vector{Dict{String,Any}}, result, common_data::Dict{String,Any}, result_counts::ResultCountDict)
225+
return nothing
226+
end
227+
224228
function collect_results!(results::Vector{Dict{String,Any}}, testset::Test.DefaultTestSet, prefix::String="")
225229
common_data = result_dict(testset, prefix)
226230
# testset duration is not relevant for individual test results

0 commit comments

Comments
 (0)