Skip to content

Commit

Permalink
Ignore unstable test (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Sep 10, 2024
1 parent 8b10ca3 commit ca8f0d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion opentelemetry-stackdriver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ This crate provides an `opentelemetry` exporter for use with Google StackDriver

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

### Propagator
## Propagator

Feature flag `propagator` will enable the `GoogleTraceContextPropagator` which implements the `TextMapPropagator` trait for Google `X-Cloud-Trace-Context` Trace Context format.

Example usage:

```rust
opentelemetry::global::set_text_map_propagator(GoogleTraceContextPropagator::new());
```
1 change: 1 addition & 0 deletions opentelemetry-stackdriver/tests/generate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ async fn sync_schemas() {
/// This test will fail if the code currently in the repository is different from the
/// newly generated code, and will update it in place in that case.
#[test]
#[ignore]
fn generated_code_is_fresh() {
// Generate code into a temporary directory.

Expand Down

0 comments on commit ca8f0d6

Please sign in to comment.