Skip to content

Commit 98de3b5

Browse files
committed
[OpenMP] Exclude a test that fails on smaller GitHub runners
1 parent 8c28768 commit 98de3b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

openmp/runtime/test/ompt/teams/distribute_dispatch.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
/// GCC lowering of distribute results in calls to
55
/// omp_get_num_teams/omp_get_team_num rather than region calls
66
// UNSUPPORTED: gcc
7+
8+
// This test expects 4 teams of 1 thread each to be created, and fails
9+
// on CI runners with insufficient resources.
10+
// UNSUPPORTED: linux
11+
712
#include "callback.h"
813

914
#define WORK_SIZE 64

0 commit comments

Comments
 (0)