You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Declaration in DEFINE-TESTCASE should be honoured, as in
(define-testcase test-request-compatibility (browser-name uri body)
"Validate that we can serve content for BROWSER-NAME."
(declare (ignore browser-name uri body))
(assert-t nil))