File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ public void SetMetadata()
125
125
}
126
126
127
127
[ Test ]
128
+ [ Ignore ( "Crashes test runner on CI" ) ]
128
129
public async Task GetTracks ( )
129
130
{
130
131
using var media = new Media ( _libVLC , RealMp3Path ) ;
@@ -206,6 +207,7 @@ public void ParseShouldThrowIfCancelledOperation()
206
207
}
207
208
208
209
[ Test ]
210
+ [ Ignore ( "Crashes test runner on CI" ) ]
209
211
public async Task ParseShouldTimeoutWith1MillisecondLimit ( )
210
212
{
211
213
using var media = new Media ( _libVLC , RealMp3Path ) ;
@@ -214,6 +216,7 @@ public async Task ParseShouldTimeoutWith1MillisecondLimit()
214
216
}
215
217
216
218
[ Test ]
219
+ [ Ignore ( "Crashes test runner on CI" ) ]
217
220
public async Task ParseShouldSucceed ( )
218
221
{
219
222
using var media = new Media ( _libVLC , RealMp3Path ) ;
@@ -222,6 +225,7 @@ public async Task ParseShouldSucceed()
222
225
}
223
226
224
227
[ Test ]
228
+ [ Ignore ( "Crashes test runner on CI" ) ]
225
229
public async Task ParseShouldFailIfNotMediaFile ( )
226
230
{
227
231
using var media = new Media ( _libVLC , Path . GetTempFileName ( ) ) ;
You can’t perform that action at this time.
0 commit comments