Skip to content

Commit 1d7359c

Browse files
committed
Revert "Remove all instruments at test teardown."
This reverts commit bedf83d.
1 parent bedf83d commit 1d7359c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/commonSetupTests.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ function rebootTarget(testCase)
6565
function clearBossdeviceObj(testCase)
6666
if ~isempty(testCase.bd) && testCase.bd.isConnected
6767
testCase.bd.stop;
68-
testCase.bd.removeAllInstruments;
6968
end
7069
end
7170
end

0 commit comments

Comments
 (0)