File: disable-flaky-tests.patch

package info (click to toggle)
gammaray 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,600 kB
  • sloc: cpp: 94,645; ansic: 2,227; sh: 336; python: 164; yacc: 90; lex: 82; xml: 61; makefile: 26
file content (31 lines) | stat: -rw-r--r-- 977 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From: Santiago Vila <sanvila@debian.org>
Date: Mon, 25 Nov 2024 21:50:00 +0100
Subject: Disable flaky tests

Bug-Debian: https://bugs.debian.org/1017144
---
 tests/CMakeLists.txt | 13 -------------
 1 file changed, 13 deletions(-)

--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -188,19 +188,6 @@ if(NOT GAMMARAY_CLIENT_ONLY_BUILD)
             ${injectorType}
             ${PROJECT_BINARY_DIR}/${BIN_INSTALL_DIR}/connectiontest
         )
-        add_test(
-            connectiontest-${injectorType}-filter
-            ${PROJECT_BINARY_DIR}/${BIN_INSTALL_DIR}/gammaray
-            --inprocess
-            -unittest
-            --listen
-            tcp://127.0.0.1
-            -filtertest
-            -i
-            ${injectorType}
-            ${PROJECT_BINARY_DIR}/${BIN_INSTALL_DIR}/connectiontest
-        )
-        set_tests_properties(connectiontest-${injectorType}-filter PROPERTIES ENVIRONMENT GAMMARAY_TEST_FILTER=1)
     endforeach()
 endif()