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 81aa7fa commit 28e9557Copy full SHA for 28e9557
test/contrib/automotive/scanner/enumerator.uts
@@ -1,4 +1,5 @@
1
% Regression tests for enumerators
2
+~ disabled
3
4
+ Load general modules
5
@@ -1075,4 +1076,4 @@ assert len(args) == 2
1075
1076
assert args["req"] == UDS()/UDS_DSC(b"\x03")
1077
assert "diagnosticSessionType" in args["desc"] and "extendedDiagnosticSession" in args["desc"]
1078
-assert not tce.enter_state(EcuState(session=1), EcuState(session=3))
1079
+assert not tce.enter_state(EcuState(session=1), EcuState(session=3))
0 commit comments