diff --git a/test/index.jl b/test/index.jl index 92c9b1acf2..30edec5a53 100644 --- a/test/index.jl +++ b/test/index.jl @@ -21,12 +21,6 @@ inds = Any[1, NullableArray([1.0]), NullableArray([:A]), NullableArray([:A])] -# FIXME: do we want to support this? -# NominalArray([true]), -# NominalArray([1]), -# NominalArray([1.0]), -# NominalArray([:A]), -# NominalArray([:A])] for ind in inds if isequal(ind, :A) || ndims(ind) == 0 diff --git a/test/indexing.jl b/test/indexing.jl index 66cedfed98..6bd9d9af39 100644 --- a/test/indexing.jl +++ b/test/indexing.jl @@ -3,8 +3,6 @@ module TestIndexing using DataFrames - # FIXME: this file wasn't included in the tests and didn't pass before the port - # # DataFrame indexing #