From ea2e7287b1c4965ab30da749624a06d5f4e5a9e3 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Sat, 3 Jan 2015 23:16:58 -0500 Subject: Remove unneeded test This test is largely unneeded and (currently) almost doubles the test time. --- test/test-api.el | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/test-api.el') diff --git a/test/test-api.el b/test/test-api.el index 91a8adb..b7d5dbb 100644 --- a/test/test-api.el +++ b/test/test-api.el @@ -11,12 +11,6 @@ (should-error (sx-request-make "questions" '(())))) -(ert-deftest test-request-all () - "Test request all items" - (should - (< 250 - (length (sx-request-all-items "sites"))))) - (ert-deftest test-method-get-all () "Tests sx-method interface to `sx-request-all-items'" (should (< 250 (length (sx-method-call 'sites :get-all t))))) -- cgit v1.2.3