Skip to content

Commit 8887456

Browse files
committed
Breaking a test on purpose to check badge
1 parent fcf01a6 commit 8887456

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/bare_metal_compute_service_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
simulation = wrench.Simulation()
2121
simulation.start(platform_file_path, "ControllerHost")
2222

23+
raise Exception("TEST")
24+
2325
print(f"New simulation, time is {simulation.get_simulated_time()}")
2426
hosts = simulation.get_all_hostnames()
2527
print(f"Hosts in the platform are: {hosts}")

0 commit comments

Comments
 (0)