Skip to content

Commit ca8f0d6

Browse files
authored
Ignore unstable test (#106)
1 parent 8b10ca3 commit ca8f0d6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

opentelemetry-stackdriver/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ This crate provides an `opentelemetry` exporter for use with Google StackDriver
66

77
It is licensed under the Apache 2.0 license. Contributions are welcome.
88

9-
### Propagator
9+
## Propagator
10+
1011
Feature flag `propagator` will enable the `GoogleTraceContextPropagator` which implements the `TextMapPropagator` trait for Google `X-Cloud-Trace-Context` Trace Context format.
1112

1213
Example usage:
14+
1315
```rust
1416
opentelemetry::global::set_text_map_propagator(GoogleTraceContextPropagator::new());
1517
```

opentelemetry-stackdriver/tests/generate.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ async fn sync_schemas() {
4141
/// This test will fail if the code currently in the repository is different from the
4242
/// newly generated code, and will update it in place in that case.
4343
#[test]
44+
#[ignore]
4445
fn generated_code_is_fresh() {
4546
// Generate code into a temporary directory.
4647

0 commit comments

Comments
 (0)