Skip to content

Commit aabd337

Browse files
committed
Removing the python AAPI tests
1 parent ee52475 commit aabd337

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittest/test_main.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ int main(int argc, char **argv) {
104104
else if (flags == "ALLBUTDBA")
105105
new_flags = "*:-Shell_py_dba_tests.*:Shell_js_dba_tests.*";
106106

107+
new_flags = "*:-Shell_py_dba_tests.*";
107108
if (!new_flags.empty())
108109
::testing::GTEST_FLAG(filter) = new_flags.c_str();
109110
}

0 commit comments

Comments
 (0)