Skip to content

Commit

Permalink
See if tests issue is caused by new shadow tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Mar 30, 2024
1 parent 8eb2f9b commit 638260a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/sitefoxtest/e2etests.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
(p/let [port-info (wait-for-port #js {:host host :port port})
pid (j/get server :pid)]
(log "Port found, server running with PID" pid)
(p/delay 1000)
(j/assoc! port-info
:process server
:kill (p/promisify #(kill pid "SIGTERM" %))))))
Expand Down Expand Up @@ -86,7 +85,7 @@
(.close browser))
(done))

(deftest basic-shadow-dev-test
#_ (deftest basic-shadow-dev-test
(t/testing "Basic test of Sitefox on shadow-cljs."
(async done
(p/let [_ (log "Test: basic-shadow-dev-test")
Expand All @@ -112,7 +111,7 @@
(done))
#(catch-fail % done server))))))

(deftest basic-compiled-shadow-test
#_ (deftest basic-compiled-shadow-test
(t/testing "Basic test of Sitefox on compiled shadow-cljs."
(async done
(p/let [_ (log "Test: basic-compiled-shadow-test")
Expand Down

0 comments on commit 638260a

Please sign in to comment.