Skip to content

Commit c4e8c22

Browse files
committed
test: skip version string assertion when testing native gems
because the native gems CI pipeline clobbers the version with a timestamp.
1 parent 84e32c5 commit c4e8c22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_sqlite3.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def test_threadsafe?
1919
end
2020

2121
def test_version_strings
22+
skip if SQLite3::VERSION.include?("test") # see set-version-to-timestamp rake task
2223
assert_equal(SQLite3::VERSION, SQLite3::VersionProxy::STRING)
2324
end
2425
end

0 commit comments

Comments
 (0)