ci: Remove unused WaitTracker mocking (no-changelog) (#9694)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-06-11 10:28:52 +02:00
committed by GitHub
parent 50bd5b9080
commit 6ba789aa6d
4 changed files with 0 additions and 19 deletions

View File

@@ -5,19 +5,14 @@ import config from '@/config';
import { SourceControlPreferencesService } from '@/environments/sourceControl/sourceControlPreferences.service.ee';
import { SourceControlService } from '@/environments/sourceControl/sourceControl.service.ee';
import type { SourceControlledFile } from '@/environments/sourceControl/types/sourceControlledFile';
import { WaitTracker } from '@/WaitTracker';
import * as utils from '../shared/utils/';
import { createUser } from '../shared/db/users';
import { mockInstance } from '../../shared/mocking';
import type { SuperAgentTest } from '../shared/types';
let authOwnerAgent: SuperAgentTest;
let owner: User;
// This is necessary for the tests to shutdown cleanly.
mockInstance(WaitTracker);
const testServer = utils.setupTestServer({
endpointGroups: ['sourceControl', 'license', 'auth'],
enabledFeatures: ['feat:sourceControl', 'feat:sharing'],