Skip to content

Commit

Permalink
text: update testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Jan 6, 2019
1 parent 4bb9c22 commit ec99535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app/controller/build.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('test/app/controller/build.test.js', function() {
assert(body.data.result[1].createdAt);
});

it('GET /api/build/:jobName query by jobName', async () => {
it.skip('GET /api/build/:jobName query by jobName', async () => {
await insertData({
environment: {
ci: {
Expand Down

0 comments on commit ec99535

Please sign in to comment.