@@ -46,8 +46,9 @@ describe('UI tests on Accuracy Reports', () => {
46
46
imageNetNotAnnotated . name = testUtils . helpers . generateName ( ) ;
47
47
await testUtils . uploadDataset ( datasetFileVOC ) ;
48
48
await testUtils . uploadDataset ( datasetFileImageNet ) ;
49
- await testUtils . uploadDataset ( dataSetFileSemantic ) ;
50
- await testUtils . uploadDataset ( imageNetNotAnnotated ) ;
49
+ // TODO: 83042
50
+ // await testUtils.uploadDataset(dataSetFileSemantic);
51
+ // await testUtils.uploadDataset(imageNetNotAnnotated);
51
52
52
53
if ( browser . params . isDevCloud ) {
53
54
jasmine . DEFAULT_TIMEOUT_INTERVAL *= 2.5 ;
@@ -179,7 +180,7 @@ describe('UI tests on Accuracy Reports', () => {
179
180
expect ( await TestUtils . getAllElementsByDataTestId ( 'predictions-table' ) . count ( ) ) . toBeGreaterThan ( 1 ) ;
180
181
} ) ;
181
182
182
- // 70558
183
+ // TODO: 70558
183
184
xit (
184
185
'should download a semantic segmentation model (deeplabv3), ' +
185
186
'int8 calibration, check that predictions comparison is available and that tensor comparison is available, ' +
@@ -270,7 +271,7 @@ describe('UI tests on Accuracy Reports', () => {
270
271
}
271
272
) ;
272
273
273
- // 70558
274
+ // TODO: 70558, 83248
274
275
xit (
275
276
'should download a semantic segmentation model (deeplabv3), not-annotated dataset' +
276
277
'int8 calibration, check that predictions comparison is available and that tensor comparison is available, ' +
@@ -322,7 +323,7 @@ describe('UI tests on Accuracy Reports', () => {
322
323
}
323
324
) ;
324
325
325
- // 73953
326
+ // TODO: 73953, 83248
326
327
xit (
327
328
'should create a project with a generic model, calibrate it, configure accuracy (OD), ' +
328
329
'create accuracy report (predictions comparison)' ,
@@ -373,7 +374,7 @@ describe('UI tests on Accuracy Reports', () => {
373
374
}
374
375
) ;
375
376
376
- // 73953
377
+ // TODO: 73953, 83248
377
378
xit (
378
379
'should create a project with a generic model and not-annotated dataset, calibrate, ' +
379
380
'create another project with annotated dataset, ' +
@@ -447,7 +448,7 @@ describe('UI tests on Accuracy Reports', () => {
447
448
}
448
449
) ;
449
450
450
- // 73953
451
+ // TODO: 73953, 83248
451
452
xit (
452
453
'should create a project with a classification model & ' +
453
454
'not-annotated dataset, calibrate it, create accuracy report (predictions comparison), ' +
0 commit comments