Turn off juniper_warp until it is fixed
This commit is contained in:
parent
31ca3e6156
commit
a54a6e9621
1 changed files with 2 additions and 1 deletions
|
@ -9,10 +9,11 @@ members = [
|
|||
"juniper_hyper",
|
||||
"juniper_iron",
|
||||
"juniper_rocket",
|
||||
"juniper_warp",
|
||||
]
|
||||
exclude = [
|
||||
"docs/book/tests",
|
||||
# TODO enable warp
|
||||
"juniper_warp",
|
||||
"examples/warp_async",
|
||||
# TODO enable async tests
|
||||
"juniper_rocket_async",
|
||||
|
|
Loading…
Reference in a new issue