Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into graph/remove-infe…
Browse files Browse the repository at this point in the history
…rred-edges
  • Loading branch information
flash1293 committed Nov 3, 2019
2 parents b14792a + 601800c commit 396935c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
import { getTimezoneOffsetInMs } from './getTimezoneOffsetInMs';
import moment from 'moment-timezone';

describe('getTimezoneOffsetInMs', () => {
// FAILING: https://github.com/elastic/kibana/issues/50005
describe.skip('getTimezoneOffsetInMs', () => {
describe('when no default timezone is set', () => {
it('guesses the timezone', () => {
const guess = jest.fn(() => 'Etc/UTC');
Expand Down

0 comments on commit 396935c

Please sign in to comment.