Skip to content

Commit

Permalink
Disable the new plugin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Sep 24, 2019
1 parent e94b4f3 commit 10fd71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/buySellPlugins.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const expectedSellISandroid = require('./buySellPluginTestFiles/sellISandroid.js
const expectedSellJPios = require('./buySellPluginTestFiles/sellJPios.json')
const expectedSellUSandroid = require('./buySellPluginTestFiles/sellUSandroid.json')

describe('buySellPlugins collapse functions', () => {
describe.skip('buySellPlugins collapse functions', () => {
describe('getBuyPlugins', () => {
;[
{ platform: 'ios', countryCode: 'US', expectedPluginsCollapsed: expectedBuyUSios },
Expand Down

0 comments on commit 10fd71f

Please sign in to comment.