Skip to content

Commit 3e1c11a

Browse files
committed
Ignore bot tests
1 parent a8a1f73 commit 3e1c11a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/stealth/incolumitas.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ use serde_json::Value;
66
use tokio::time::sleep;
77

88
#[tokio::test]
9+
#[ignore] // Bot tests are flaky but a good reference
910
async fn bot_detection() {
1011
test(async |browser: &mut Browser| {
1112
let page = browser.new_page("about:blank").await.unwrap();

tests/stealth/rebrowser.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ struct DetectionRow {
1515
}
1616

1717
#[tokio::test]
18+
#[ignore] // Bot tests are flaky but a good reference
1819
async fn test_bot_detection() {
1920
let config = BrowserConfig::builder().hide().build().unwrap(); //needed .hide()
2021
test_config(config, async |browser| {

0 commit comments

Comments
 (0)