1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Disable test

This commit is contained in:
Brian Fiete 2024-03-22 18:32:51 -04:00
parent b8d9e9845f
commit 6a7bcb4ef9

View file

@ -3,6 +3,9 @@ GotoText("//Test_Start")
ToggleBreakpoint() ToggleBreakpoint()
RunWithCompiling() RunWithCompiling()
# Temporarily broken
Stop()
AssertEvalEquals("v0.x", "123") AssertEvalEquals("v0.x", "123")
AssertEvalEquals("v1.x", "345") AssertEvalEquals("v1.x", "345")