Skip to content

Commit 91dca38

Browse files
authored
Revert "Disable HTTP dynamic request header tests (spiceai#10862)" (spiceai#10869)
This reverts commit 5c1a326.
1 parent 6964fb2 commit 91dca38

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • crates/runtime/tests/http

crates/runtime/tests/http/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,6 @@ async fn test_http_dynamic_request_headers() -> Result<(), String> {
682682
/// `DataFusion` plans the subquery as a `HashJoinExec` (semi-join) over
683683
/// `HttpExec`, which the optimizer rewrites into `HttpWithDeferredParamsExec`.
684684
#[tokio::test]
685-
#[ignore = "https://github.com/spiceai/spiceai/issues/10861"]
686685
async fn test_http_dynamic_request_headers_from_subquery() -> Result<(), String> {
687686
let _tracing = init_tracing(Some("integration=debug,info"));
688687
register_test_connectors().await;
@@ -1432,7 +1431,6 @@ async fn test_http_oauth2_rejects_partial_configuration() -> Result<(), String>
14321431
/// 3. A query that builds JSON headers from the CSV rows and uses
14331432
/// `IN (SELECT ...)` to drive dynamic HTTP requests across multiple pages
14341433
#[tokio::test]
1435-
#[ignore = "https://github.com/spiceai/spiceai/issues/10861"]
14361434
async fn test_http_dynamic_request_headers_from_subquery_with_pagination() -> Result<(), String> {
14371435
let _tracing = init_tracing(Some("integration=debug,info"));
14381436
register_test_connectors().await;

0 commit comments

Comments
 (0)