mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Disable spec instrumentation tests, don't work with :advanced
This commit is contained in:
parent
1c2cabac45
commit
07c96d2b0d
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
(ns reitit.spec-test
|
||||
(:require [clojure.test :refer [deftest testing is are]]
|
||||
[clojure.spec.test.alpha :as stest]
|
||||
[#?(:clj clojure.spec.test.alpha :cljs cljs.spec.test.alpha) :as stest]
|
||||
[clojure.spec.alpha :as s]
|
||||
[reitit.core :as reitit]
|
||||
[reitit.spec :as spec])
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
reitit.core-test
|
||||
reitit.middleware-test
|
||||
reitit.ring-test
|
||||
reitit.spec-test))
|
||||
#_reitit.spec-test))
|
||||
|
||||
(enable-console-print!)
|
||||
|
||||
|
|
@ -12,4 +12,4 @@
|
|||
'reitit.core-test
|
||||
'reitit.middleware-test
|
||||
'reitit.ring-test
|
||||
'reitit.spec-test)
|
||||
#_'reitit.spec-test)
|
||||
|
|
|
|||
Loading…
Reference in a new issue