WIP: #5770 - Sync Groups Samba #1946

Draft
jsegarra wants to merge 38 commits from 5770_sambaGroups into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5718a8f186 - Show all commits

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();
});