Skip to content

Commit

Permalink
enable transparency tests for working features
Browse files Browse the repository at this point in the history
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
  • Loading branch information
hawkw committed May 22, 2020
1 parent 2ef8a2c commit 79c6ae8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions linkerd/app/integration/tests/transparency.rs
Expand Up @@ -6,7 +6,6 @@ use std::error::Error as _;
use std::sync::mpsc;

#[test]
#[cfg_attr(not(feature = "nyi"), ignore)]
fn outbound_http1() {
let _ = trace_init();

Expand All @@ -22,7 +21,6 @@ fn outbound_http1() {
}

#[test]
#[cfg_attr(not(feature = "nyi"), ignore)]
fn inbound_http1() {
let _ = trace_init();

Expand Down Expand Up @@ -629,7 +627,6 @@ macro_rules! http1_tests {
}

#[tokio::test]
#[cfg_attr(not(feature = "nyi"), ignore)]
async fn http1_request_with_body_chunked() {
let _ = trace_init();

Expand Down Expand Up @@ -742,7 +739,6 @@ macro_rules! http1_tests {
}

#[test]
#[cfg_attr(not(feature = "nyi"), ignore)]
fn http1_bodyless_responses() {
let _ = trace_init();

Expand Down Expand Up @@ -805,7 +801,6 @@ macro_rules! http1_tests {
}

#[tokio::test]
#[cfg_attr(not(feature = "nyi"), ignore)]
async fn http1_head_responses() {
let _ = trace_init();

Expand Down Expand Up @@ -840,7 +835,6 @@ macro_rules! http1_tests {
}

#[tokio::test]
#[cfg_attr(not(feature = "nyi"), ignore)]
async fn http1_response_end_of_file() {
let _ = trace_init();

Expand Down Expand Up @@ -990,7 +984,6 @@ fn http10_without_host() {
}

#[test]
#[cfg_attr(not(feature = "nyi"), ignore)]
fn http1_one_connection_per_host() {
let _ = trace_init();

Expand Down Expand Up @@ -1037,7 +1030,6 @@ fn http1_one_connection_per_host() {
}

#[test]
#[cfg_attr(not(feature = "nyi"), ignore)]
fn http1_requests_without_host_have_unique_connections() {
let _ = trace_init();

Expand Down Expand Up @@ -1164,7 +1156,6 @@ async fn http2_request_without_authority() {
}

#[tokio::test]
#[cfg_attr(not(feature = "nyi"), ignore)]
async fn http2_rst_stream_is_propagated() {
let _ = trace_init();

Expand Down

0 comments on commit 79c6ae8

Please sign in to comment.