Skip to content

Commit

Permalink
Ignore the GCP tests which currently hang
Browse files Browse the repository at this point in the history
This requires further investigation
  • Loading branch information
rtyler committed Jan 19, 2024
1 parent ef8db1a commit a98cfa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/deltalake-gcp/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ static TEST_PREFIXES_ENCODED: &[&str] = &["my%20table", "%E4%BD%A0%E5%A5%BD/%F0%

#[tokio::test]
#[serial]
#[ignore = "The GCP tests currently hang"]
async fn test_read_tables_gcp() -> TestResult {
let context = IntegrationContext::new(Box::new(GcpIntegration::default()))?;

Expand All @@ -27,6 +28,7 @@ async fn test_read_tables_gcp() -> TestResult {

#[tokio::test(flavor = "multi_thread", worker_threads = 4)]
#[serial]
#[ignore = "The GCP tests currently hang"]
async fn test_concurrency_gcp() -> TestResult {
let context = IntegrationContext::new(Box::new(GcpIntegration::default()))?;

Expand Down

0 comments on commit a98cfa7

Please sign in to comment.