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_hyper",
|
||||||
"juniper_iron",
|
"juniper_iron",
|
||||||
"juniper_rocket",
|
"juniper_rocket",
|
||||||
"juniper_warp",
|
|
||||||
]
|
]
|
||||||
exclude = [
|
exclude = [
|
||||||
"docs/book/tests",
|
"docs/book/tests",
|
||||||
|
# TODO enable warp
|
||||||
|
"juniper_warp",
|
||||||
"examples/warp_async",
|
"examples/warp_async",
|
||||||
# TODO enable async tests
|
# TODO enable async tests
|
||||||
"juniper_rocket_async",
|
"juniper_rocket_async",
|
||||||
|
|
Loading…
Add table
Reference in a new issue