Skip to content

Commit

Permalink
Disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Sep 19, 2020
1 parent 4e6c840 commit 0cfd01f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ include("Mock/mock_tests.jl")
include("solvers.jl")
include("sospoly.jl")
include("lyapunov.jl")
include("sosdemo3.jl")
include("domain.jl")
include("sosquartic.jl")
include("equalitypolyconstr.jl")
include("extract.jl")
#include("sosdemo3.jl")
#include("domain.jl")
#include("sosquartic.jl")
#include("equalitypolyconstr.jl")
#include("extract.jl")

2 comments on commit 0cfd01f

@blegat
Copy link
Member Author

@blegat blegat commented on 0cfd01f Sep 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/21622

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.2 -m "<description of version>" 0cfd01f10ac09f56bccfae615d98cef71f2d6317
git push origin v0.4.2

Please sign in to comment.