atom / encoding-selector

Pick an encoding for the current editor
MIT License
21 stars 26 forks source link

Flaky test: displays the new encoding of the editor ... expected '' to be 'UTF-8' #54

Closed jasonrudolph closed 7 years ago

jasonrudolph commented 7 years ago

Failed on AppVeyor: https://ci.appveyor.com/project/Atom/encoding-selector/build/47/job/siy6skoj7im8o249

Running specs...

.....F..

EncodingSelector
  encoding label
    when the editor's encoding changes
      it displays the new encoding of the editor
        Expected '' to be 'UTF-8'.
          at jasmine.Spec.<anonymous> (file:///C:/projects/encoding-selector/spec/encoding-selector-spec.coffee:87:63)

Finished in 4.777 seconds
8 tests, 7 assertions, 1 failure, 0 skipped
jasonrudolph commented 7 years ago

We saw a similar flake in https://circleci.com/gh/atom/atom/5470.