mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-23 02:22:08 +03:00
skip double limit test
This commit is contained in:
parent
c29aa7c8c4
commit
de4da4b15a
|
@ -608,6 +608,7 @@ def test_should_query_filter_node_limit():
|
|||
assert result.data == expected
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="no longer relevant?")
|
||||
def test_should_query_filter_node_double_limit_raises():
|
||||
class ReporterFilter(FilterSet):
|
||||
limit = NumberFilter(method="filter_limit")
|
||||
|
|
Loading…
Reference in New Issue
Block a user