Skip to content

Commit 8746c2f

Browse files
Revert "Generator: temp. turn off broken part-partof test #138"
This reverts commit b3bc84f.
1 parent f132641 commit 8746c2f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

generator/test.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ function runTestCase() {
4646

4747
if [ $# -eq 0 ]; then
4848
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
5349
runTestCase "${testCase}"
5450
done
5551
else

0 commit comments

Comments
 (0)