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:
68
68
cargo test --test runner -- --nocapture
69
69
70
70
test-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
76
76
77
77
test-istio-destrule :
78
78
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
672
672
}
673
673
674
674
#[ test]
675
- #[ ignore] // oneof support not done
676
675
fn enum_oneof ( ) {
677
676
init ( ) ;
678
677
let schema_str = r#"
You can’t perform that action at this time.
0 commit comments