We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4c271 commit c9b613cCopy full SHA for c9b613c
tools/test/build_api/build_api_test.py
@@ -66,7 +66,6 @@ def tearDown(self):
66
@patch('tools.toolchains.mbedToolchain.need_update',
67
side_effect=[i % 2 for i in range(3000)])
68
@patch('os.mkdir')
69
- @patch('tools.toolchains.exists', return_value=True)
70
@patch('tools.toolchains.mbedToolchain.dump_build_profile')
71
@patch('tools.utils.run_cmd', return_value=(b'', b'', 0))
72
def test_always_complete_build(self, *_):
0 commit comments