mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: ruby-railties: Fix build.
* gnu/packages/rails.scm (ruby-railties)[arguments]: Skip a few more tests.
This commit is contained in:
parent
158b3dc693
commit
af583ce504
1 changed files with 7 additions and 1 deletions
|
@ -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") ":"
|
||||
|
|
Loading…
Reference in a new issue