test(samba): refs #5770 avoid test
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2024-05-11 22:22:14 +02:00
parent 3e00a69108
commit 5718a8f186
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// const execFile = require('child_process').execFile;
const app = require('vn-loopback/server/server');
const SAMBA_TOOL = 'samba-tool';
fdescribe('Samba config', () => {
xdescribe('Samba config', () => {
it('SyncRoles', async() => {
await syncRoles();
});