Revert "Support skipping tests on older branches."
This isn't actually useful, because on many branches, $BRANCH is not the actual name of the branch, in order to avoid merge conflicts. This approach will also lead, in the long term, to cluttering the test files with skip statements. Instead of taking this approach, we will branch kernel/tests to ensure that each kernel branch runs the kernel tests that are appropriate to it. This reverts commit b41d4975. Test: ../net_test/run_net_test.sh all_tests.sh PASS on android-3.18 Change-Id: Ic171b6dbd8d980e45d6cac3625bcfd7f345c1546
Loading
Please sign in to comment