diff --git a/tests/main.cr b/tests/main.cr index 21666ae5..bdf16ae5 100644 --- a/tests/main.cr +++ b/tests/main.cr @@ -8,12 +8,6 @@ check_top_level_imports("modules") check_top_level_imports("overlays") check_top_level_imports("specializations") -describe "./overlays/joshuto/default.nix", tags: "online" do - it "uses the latest joshuto commit" do - check_latest_commit("kamiyaa/joshuto", branch: "main") - end -end - describe "./overlays/rofi/default.nix", tags: "online" do it "uses the latest rofi-wayland commit" do check_latest_commit("lbonn/rofi", branch: "wayland")