File: remove-android-tests.patch

package info (click to toggle)
rust-webbrowser 0.8.10-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 416 kB
  • sloc: ansic: 5; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- a/tests/test_android.rs
+++ b/tests/test_android.rs
@@ -1,6 +1,6 @@
 mod common;
 
-mod tests {
+/*mod tests {
     const TEST_PLATFORM: &str = "android";
 
     use super::common::check_request_received_using;
@@ -99,4 +99,4 @@
     fn test_non_existence_safari() {
         assert!(!Browser::Safari.exists(), "should not have found Safari");
     }
-}
+}*/