Skip to content

Commit

Permalink
skip testUnixRandomGeneratorSeed on the CI. fixes pharo-project#6817
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker committed Jul 15, 2020
1 parent ab58204 commit b292b0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Random-Tests/RandomTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ RandomTest >> testNextInto [

{ #category : #tests }
RandomTest >> testUnixRandomGeneratorSeed [
"the test is very slow on the CI (>2 minutes)"
self skipOnPharoCITestingEnvironment.
gen useUnixRandomGeneratorSeed.
100 timesRepeat: [ | next |
next := gen next.
Expand Down

0 comments on commit b292b0f

Please sign in to comment.