mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 13:58:55 +08:00 
			
		
		
		
	Merge pull request #373 from gwenn/busy
[ci skip] Ignore unstable busy tests by default
This commit is contained in:
		| @@ -93,6 +93,7 @@ mod test { | |||||||
|     } |     } | ||||||
|  |  | ||||||
|     #[test] |     #[test] | ||||||
|  |     #[ignore] // FIXME: unstable | ||||||
|     fn test_busy_timeout() { |     fn test_busy_timeout() { | ||||||
|         let temp_dir = TempDir::new("test_busy_timeout").unwrap(); |         let temp_dir = TempDir::new("test_busy_timeout").unwrap(); | ||||||
|         let path = temp_dir.path().join("test.db3"); |         let path = temp_dir.path().join("test.db3"); | ||||||
| @@ -121,6 +122,7 @@ mod test { | |||||||
|     } |     } | ||||||
|  |  | ||||||
|     #[test] |     #[test] | ||||||
|  |     #[ignore] // FIXME: unstable | ||||||
|     fn test_busy_handler() { |     fn test_busy_handler() { | ||||||
|         lazy_static! { |         lazy_static! { | ||||||
|             static ref CALLED: AtomicBool = AtomicBool::new(false); |             static ref CALLED: AtomicBool = AtomicBool::new(false); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user