@pytest.mark.xfail(reason="SPT-6308: The limit value should be a whole number of at least zero")
    def test_build_report_limit_below_zero(helpers):
        report = pytest.app.reports.build(
            'report-%s' % pytest.fake.word(), limit=-5)
        assert len(report) == 1