We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f132641 commit 8746c2fCopy full SHA for 8746c2f
1 file changed
generator/test.sh
@@ -46,10 +46,6 @@ function runTestCase() {
46
47
if [ $# -eq 0 ]; then
48
for testCase in "${myDir}"/integration-tests/*/; do
49
- # Temporarily turn of broken part-partof test, see objectbox/objectbox-dart#138
50
- if [[ "$(basename "$testCase")" == "part-partof" ]]; then
51
- continue
52
- fi
53
runTestCase "${testCase}"
54
done
55
else
0 commit comments