File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ test-linkerd-serverauth:
6868 cargo test --test runner -- --nocapture
6969
7070test-linkerd-server :
71- # kubectl apply --server-side -f tests/server-crd.yaml
72- # cargo run --bin kopium -- -ibz servers.policy.linkerd.io > tests/gen.rs
73- # echo "pub type CR = Server;" >> tests/gen.rs
74- # kubectl apply -f tests/server.yaml
75- # cargo test --test runner -- --nocapture
71+ kubectl apply --server-side -f tests/ server-crd.yaml
72+ cargo run --bin kopium -- -ibz servers.policy.linkerd.io > tests/ gen.rs
73+ echo " pub type CR = Server;" >> tests/ gen.rs
74+ kubectl apply -f tests/ server.yaml
75+ cargo test --test runner -- --nocapture
7676
7777test-istio-destrule :
7878 kubectl apply --server-side -f tests/ destinationrule-crd.yaml
Original file line number Diff line number Diff line change @@ -672,7 +672,6 @@ type: object
672672 }
673673
674674 #[ test]
675- #[ ignore] // oneof support not done
676675 fn enum_oneof ( ) {
677676 init ( ) ;
678677 let schema_str = r#"
You can’t perform that action at this time.
0 commit comments