Skip to content

Commit 9e819de

Browse files
committed
TESTS- Improve previous checks but comment them out unitl they are reviewed
1 parent 4e4f181 commit 9e819de

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

tests/test.bats

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,19 @@ check_drupal_admin_access() {
143143
run check_assistant_is_installed
144144
echo "$output" >&3
145145
[ "$status" -eq 0 ]
146-
check_services >&3
147-
check_project_browse >&3
148-
## Todo Make this test work
149-
# check_drupal_admin_access >&3
150146

151147

148+
# run check_services
149+
# echo "$output" >&3
150+
# [ "$status" -eq 0 ]
151+
#
152+
# run check_project_browse
153+
# echo "$output" >&3
154+
# [ "$status" -eq 0 ]
155+
#
156+
# run check_drupal_admin_access
157+
# echo "$output" >&3
158+
# [ "$status" -eq 0 ]
152159
}
153160

154161
@test "install from release" {

0 commit comments

Comments
 (0)