Skip to content

Commit

Permalink
feat: callback support for callbackSNI
Browse files Browse the repository at this point in the history
  • Loading branch information
csg01123119 committed Aug 6, 2024
1 parent be814c6 commit 4bdf30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node/callback.temp.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const mm = require('mm');
* multipartUpload
* put
*/
describe.only('test/callback.test.js', () => {
describe.skip('test/callback.test.js', () => {
const { prefix } = utils;
let store;
let bucket;
Expand Down

0 comments on commit 4bdf30a

Please sign in to comment.