|
31 | 31 | }, |
32 | 32 | "testTargets" : [ |
33 | 33 | { |
| 34 | + "skippedTests" : [ |
| 35 | + "AudioEngineAvailabilityTests", |
| 36 | + "AudioEngineAvailabilityTests\/testRecording()", |
| 37 | + "AudioEngineObserverTests", |
| 38 | + "AudioEngineObserverTests\/testObserverFail()", |
| 39 | + "AudioEngineTests", |
| 40 | + "AudioEngineTests\/testConfigureDucking()", |
| 41 | + "AudioEngineTests\/testManualRenderingModeAudioFile()", |
| 42 | + "AudioEngineTests\/testManualRenderingModePublishAudio()", |
| 43 | + "AudioEngineTests\/testManualRenderingModeSineGenerator()", |
| 44 | + "AudioEngineTests\/testMicAuthorized()", |
| 45 | + "AudioEngineTests\/testMultipleAudioEngine()", |
| 46 | + "AudioEngineTests\/testPreconnectAudioBuffer()", |
| 47 | + "AudioEngineTests\/testRecordingAlwaysPreparedMode()", |
| 48 | + "AudioEngineTests\/testStateTransitions()", |
| 49 | + "AudioManagerTests", |
| 50 | + "AudioManagerTests\/testConfirmGlobalVpMuteStateOniOS()", |
| 51 | + "AudioManagerTests\/testStartLocalRecordingLegacyADM()", |
| 52 | + "AudioManagerTests\/testVoiceProcessingInputMuted()", |
| 53 | + "AudioProcessingTests", |
| 54 | + "AudioProcessingTests\/testConvertAudioBufferToPCM()", |
| 55 | + "AudioProcessingTests\/testOptionsAppliedToAudioProcessingModule()", |
| 56 | + "DeviceManagerTests", |
| 57 | + "DeviceManagerTests\/testListDevices()", |
| 58 | + "LocalAudioTrackRecorderTests", |
| 59 | + "LocalAudioTrackRecorderTests\/testMultipleRecorders()", |
| 60 | + "LocalAudioTrackRecorderTests\/testObjCCompatibility()", |
| 61 | + "LocalAudioTrackRecorderTests\/testRecording()", |
| 62 | + "LocalAudioTrackRecorderTests\/testRecordingWithMaxBufferSize()", |
| 63 | + "LocalAudioTrackRecorderTests\/testStartingTwice()", |
| 64 | + "MuteTests", |
| 65 | + "MuteTests\/testTransitions()", |
| 66 | + "PreConnectAudioBufferTests", |
| 67 | + "PreConnectAudioBufferTests\/testParticipantActiveStateSendsAudioData()", |
| 68 | + "PublishDeviceOptimizationTests", |
| 69 | + "PublishDeviceOptimizationTests\/testConcurrentMicPublish()", |
| 70 | + "PublishDeviceOptimizationTests\/testDefaultMicPublish()", |
| 71 | + "PublishDeviceOptimizationTests\/testNoVpMicPublish()" |
| 72 | + ], |
34 | 73 | "target" : { |
35 | 74 | "containerPath" : "container:", |
36 | 75 | "identifier" : "LiveKitTests", |
|
0 commit comments