Skip to content

Commit

Permalink
Skip apm publish test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGabi committed Jun 27, 2019
1 parent c186efa commit 2da5bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/src/cli/apm-publish.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const MANIFEST_FILE = 'manifest.json'
const testSandbox = './.tmp'
const projectName = 'foobar'

test('should publish an aragon app directory successfully', async t => {
test.skip('should publish an aragon app directory successfully', async t => {
t.plan(3)

const publishDirPath = path.resolve(`${testSandbox}/publish-dir`)
Expand Down

0 comments on commit 2da5bbc

Please sign in to comment.