From e44b12c2dccc412a8b1b3fb31ca1c5ba6984e711 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 21 Jul 2024 06:30:27 +0300 Subject: [PATCH] Remove nop tests Easy syncing with Rbenv is not as important now --- plugins/python-build/test/build.bats | 48 ---------------------------- 1 file changed, 48 deletions(-) diff --git a/plugins/python-build/test/build.bats b/plugins/python-build/test/build.bats index aacef79f..3a1e4e6f 100644 --- a/plugins/python-build/test/build.bats +++ b/plugins/python-build/test/build.bats @@ -888,54 +888,6 @@ OUT assert_success "hello world" } -@test "mruby strategy overwrites non-writable files" { - # nop -} - -@test "mruby strategy fetches rake if missing" { - # nop -} - -@test "rbx uses bundle then rake" { - # nop -} - -@test "fixes rbx binstubs" { - # nop -} - -@test "JRuby build" { - # nop -} - -@test "JRuby+Graal does not install launchers" { - # nop -} - -@test "JRuby Java 7 missing" { - # nop -} - -@test "JRuby Java is outdated" { - # nop -} - -@test "JRuby Java 7 up-to-date" { - # nop -} - -@test "Java version string not on first line" { - # nop -} - -@test "Java version string on OpenJDK" { - # nop -} - -@test "JRuby Java 9 version string" { - # nop -} - @test "non-writable TMPDIR aborts build" { export TMPDIR="${TMP}/build" mkdir -p "$TMPDIR"