Skip to content

Removed `assert False` "test"

Krisztián Löki requested to merge remove_assert_false into master

There is no point in having a test that always fails; we got used to the fact that the CI jobs always fail so we ended up never checking that the reason for the failure was indeed the assert False statement. Better to remove this "test" until we actually have something to test

Merge request reports