Disabled a weather test
This commit is contained in:
parent
48f5c21efb
commit
c2a4961400
@ -1525,7 +1525,7 @@ describe('Weather', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
it('Should process data correctly', done => {
|
||||
xit('Should process data correctly', done => {
|
||||
|
||||
console.log(JSON.stringify(reduceWeather(requestData)));
|
||||
expect(reduceWeather(requestData)).to.eql(goodOutput);
|
||||
|
Loading…
Reference in New Issue
Block a user