Skip to content

Commit 063f2b7

Browse files
committed
DO_NOT_SUBMIT
Run only the ui test with increased log levels to debug test infra issues on CI. See #153
1 parent 4bb66d9 commit 063f2b7

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: make check
4141
id: check
4242
run: |
43-
make -k check BT_ARCHIVE_LOGS=1
43+
make bt_edit.check BT_ARCHIVE_LOGS=1 GST_DEBUG="*:4"
4444
4545
- name: Rerun failed tests under gdb and get backtraces
4646
id: rerun_tests

tests/m-bt-edit.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,16 +164,11 @@ bt_edit_teardown (void)
164164

165165
/* start the test run */
166166
gint
167-
main (gint argc, gchar ** argv)
167+
main (gint argc, gchar **argv)
168168
{
169169
gint nf;
170170
SRunner *sr;
171171

172-
// TODO(153) - this test does not work on github actions yet (the xvfb setup
173-
// fails), lets skip for now
174-
if (g_getenv ("CI"))
175-
return EXIT_SUCCESS;
176-
177172
g_set_application_name (PACKAGE_NAME);
178173
setup_log_base (argc, argv);
179174
setup_log_capture ();

0 commit comments

Comments
 (0)