Skip to content

Commit eb6ea83

Browse files
author
Vitaliy Honcharenko
committed
MTA-2395: Tax module functional tests maintenance
1 parent d9c224b commit eb6ea83

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/CreateTaxRuleEntityTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class CreateTaxRuleEntityTest extends Injectable
2929
const MVP = 'yes';
3030
const DOMAIN = 'CS';
3131
const TEST_TYPE = 'acceptance_test';
32-
const STABLE = 'no';
3332
/* end tags */
3433

3534
/**

dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/TaxCalculationTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,6 @@ class TaxCalculationTest extends Scenario
3434
const DOMAIN = 'CS';
3535
/* end tags */
3636

37-
/**
38-
* Skip failed tests.
39-
*
40-
* @return void
41-
*/
42-
public static function setUpBeforeClass()
43-
{
44-
self::markTestIncomplete("Epic: MAGETWO-30073");
45-
}
46-
4737
/**
4838
* Runs tax calculation test.
4939
*

dev/tests/functional/tests/app/Magento/Tax/Test/TestCase/UpdateTaxRuleEntityTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class UpdateTaxRuleEntityTest extends Injectable
3333
/* tags */
3434
const MVP = 'yes';
3535
const DOMAIN = 'CS';
36-
const TO_MAINTAIN = 'yes';
3736
/* end tags */
3837

3938
/**

0 commit comments

Comments
 (0)