Hotfix - sqlite ignore right_join test

This commit is contained in:
Billy Chan 2021-08-06 16:33:20 +08:00
parent d5447bca88
commit 33298636a6
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -90,11 +90,7 @@ pub async fn left_join() {
}
#[async_std::test]
#[cfg(any(
feature = "sqlx-mysql",
feature = "sqlx-sqlite",
feature = "sqlx-postgres"
))]
#[cfg(any(feature = "sqlx-mysql", feature = "sqlx-postgres"))]
pub async fn right_join() {
let ctx = TestContext::new("test_right_join").await;