File tree Expand file tree Collapse file tree
crates/runtime/tests/http Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ]
686685async 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" ]
14361434async 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 ;
You can’t perform that action at this time.
0 commit comments