Skip to content

Commit

Permalink
Disable flaky simualtion test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrnbrg committed May 12, 2015
1 parent e995513 commit 9a0e2d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:jvm-opts ["-XX:-OmitStackTraceInFastThrow"]
:test-selectors {:default (fn [m] (not (:disabled m)))}
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/test.check "0.6.1"]
[prismatic/schema "0.3.3"]
Expand Down
2 changes: 1 addition & 1 deletion test/distrlib/sim_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
:state-schema {:count :int}
:until-time limit}))

(deftest test-sql-on-broadcast
(deftest ^:disabled test-sql-on-broadcast
(let [db (sim/sqlite-db-spec "broadcast.db")
state-schema {:count :int}
event-schema {:lol :kw}]
Expand Down

0 comments on commit 9a0e2d8

Please sign in to comment.