gnu: ruby-railties: Fix build.

* gnu/packages/rails.scm (ruby-railties)[arguments]: Skip a few more tests.
This commit is contained in:
Christopher Baines 2023-06-28 08:42:21 +01:00
parent 158b3dc693
commit af583ce504
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1232,7 +1232,13 @@ (define (touch file-name)
;; valid, store".
"test_cache_works_with_etags"
;; Likewise.
"test_cache_works_with_last_modified")))))
"test_cache_works_with_last_modified")
(skip-tests "application/initializers/frameworks_test.rb"
;; These tests are either broken, or rely on
;; database availability
"expire schema cache dump if the version can't be checked because the database is unhealthy"
"does not expire schema cache dump if check_schema_cache_dump_version is false and the database unhealthy"
"does not expire schema cache dump if check_schema_cache_dump_version is false")))))
(add-before 'check 'set-paths
(lambda _
(setenv "PATH" (string-append (getenv "PATH") ":"