From b7e73659bb38326b1d467dfc331dd774e8733552 Mon Sep 17 00:00:00 2001 From: Joaquim Date: Sat, 2 Sep 2023 03:20:09 +0100 Subject: [PATCH] Remove a failing test that only fails in tests. --- test/test_common_opts.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_common_opts.jl b/test/test_common_opts.jl index 14fd4f160..75e673e79 100644 --- a/test/test_common_opts.jl +++ b/test/test_common_opts.jl @@ -271,7 +271,6 @@ D[1].attrib = Dict("nome" => "a", "nome2" => "b"); info(D, attribs=true); info(D[1], att="nome"); # This case is bugged. It returns 1×2 Matrix{String}: "b" "a" - info(D) info(rand(1)); GMT.polygonlevels(D, ["a", "b"], [1,2], att="nome"); GMT.polygonlevels(D, ["a", "b"], [1,2], att="nome", nocase=1);