Comment OpenAPI tests that time out
These should be run locally for now.
This commit is contained in:
committed by
Steve Chávez
parent
fe56029f61
commit
40b004c9f7
@@ -1,6 +1,7 @@
|
||||
module Feature.ProxySpec where
|
||||
|
||||
import Test.Hspec
|
||||
import Test.Hspec hiding (pendingWith)
|
||||
import Test.Hspec.Wai
|
||||
|
||||
import SpecHelper
|
||||
|
||||
@@ -11,5 +12,6 @@ import Protolude
|
||||
spec :: SpecWith Application
|
||||
spec =
|
||||
describe "GET / with proxy" $
|
||||
it "returns a valid openapi spec with proxy" $
|
||||
it "returns a valid openapi spec with proxy" $ do
|
||||
pendingWith "Test timing out frequently on CI, please run locally"
|
||||
validateOpenApiResponse [("Accept", "application/openapi+json")]
|
||||
|
||||
Reference in New Issue
Block a user