Xuanwo commented on PR #2190: URL: https://github.com/apache/incubator-opendal/pull/2190#issuecomment-1531751978
Before this bug addressed, you can add code like the following for `test_delete_with_special_chars` to move on: ```rust // Ignore test for supabase until https://github.com/apache/incubator-opendal/issues/2194 addressed. if op.info().scheme() == Scheme::Supabase { warn!("ignore test for supabase unitl https://github.com/apache/incubator-opendal/issues/2194") return Ok(()); } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
