eclipse / microprofile-metrics

microprofile-metrics
Apache License 2.0
100 stars 66 forks source link

Remove tests for REST methods with array parameters in the optional TCK #602

Closed jmartisk closed 4 years ago

jmartisk commented 4 years ago

Fixes #601

tjquinno commented 4 years ago

Instead of removing the tests, why not just change them to use collection-based parameters instead of array parameters?

jmartisk commented 4 years ago

There are still other tests that work with collections, I think this will be still covered