Description: Disable micro:bit tests that may call mount locally
 mount is no longer available as an Essential package on buildds, so disable
 tests that call it
Author: Nick Morrott <nickm@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027378
Forwarded: not-needed
Last-Update: 2023-02-09
---
--- a/tests/modes/test_microbit.py
+++ b/tests/modes/test_microbit.py
@@ -598,7 +598,7 @@
         mock_flasher.start.assert_called_once_with()
         assert mm.python_script == b'foo'
 
-
+@pytest.mark.skip(reason="calls mount locally")
 def test_flash_with_attached_device_and_custom_runtime():
     """
     Ensure the custom runtime is passed into the DeviceFlasher thread.
@@ -1011,7 +1011,7 @@
     assert mm.flash_timer is None
     mock_timer.stop.assert_called_once_with()
 
-
+@pytest.mark.skip(reason="calls mount locally")
 def test_flash_minify():
     view = mock.MagicMock()
     script = '#' + ('x' * 8193) + '\n'
