Skip to content

Commit 8ceb8da

Browse files
committed
[GR-41749] [GR-36514] Enable sqlite3 test on linux-aarch64
PullRequest: truffleruby/3670
2 parents c57ca79 + 514adf1 commit 8ceb8da

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/truffle/cexts/sqlite3/sqlite3.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22

33
source test/truffle/common.sh.inc
44

5-
platform="$(uname -s)-$(uname -m)"
6-
7-
if [[ "$platform" == "Linux-aarch64" ]]; then
8-
echo '[GR-41749] Skipping test on linux-aarch64 as it fails'
9-
exit 0
10-
fi
11-
125
gem_test_pack=$(jt gem-test-pack)
136

147
# The sqlite3 extconf.rb needs pkg-config

0 commit comments

Comments
 (0)