Skip to content

Commit

Permalink
chore(snappy): Disable debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
densogiaichned committed Feb 10, 2024
1 parent 0481aad commit 0166dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ VAR_OUTPUT
END_VAR
VAR
fbRpcSnappyVerify : FB_RPC_Dynamic;
sAmsNetID : T_AmsNetID := '10.1.44.157.1.1';//Param_TcHaxx_Snappy.cSnappyVerifyAmsNetID;
sAmsNetID : T_AmsNetID := Param_TcHaxx_Snappy.cSnappyVerifyAmsNetID;
nAmsPort : T_AmsPort := Param_TcHaxx_Snappy.cSnappyVerifyPort;
sInstancePathLocalField : STRING := Param_TcHaxx_Snappy.cSnappyVerifyInstancePath;
sSymbolLocalField : STRING := Param_TcHaxx_Snappy.cSnappyVerifySymbol;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ END_VAR
<ST><![CDATA[TEST(sTestName);
ShouldInitializeDefaultsSuccessfully();
Debug();
//Debug();
TEST_FINISHED_NAMED(sTestName);]]></ST>
</Implementation>
<Method Name="Debug" Id="{e1697c70-17fa-4f58-ac00-58cd8276447b}">
Expand Down

0 comments on commit 0166dd7

Please sign in to comment.