Skip to content

Commit

Permalink
in_docker: test: Enable in_docker for Linux only
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 authored and edsiper committed Nov 6, 2023
1 parent 2de88a5 commit a07f45b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ if(FLB_OUT_LIB)
FLB_RT_TEST(FLB_IN_PROC "in_proc.c")
FLB_RT_TEST(FLB_IN_NETIF "in_netif.c")
FLB_RT_TEST(FLB_IN_PODMAN_METRICS "in_podman_metrics.c")
FLB_RT_TEST(FLB_IN_DOCKER "in_docker.c")
endif()
FLB_RT_TEST(FLB_IN_HEAD "in_head.c")
FLB_RT_TEST(FLB_IN_DUMMY "in_dummy.c")
Expand All @@ -56,7 +57,6 @@ if(FLB_OUT_LIB)
FLB_RT_TEST(FLB_IN_TCP "in_tcp.c")
FLB_RT_TEST(FLB_IN_FORWARD "in_forward.c")
FLB_RT_TEST(FLB_IN_FLUENTBIT_METRICS "in_fluentbit_metrics.c")
FLB_RT_TEST(FLB_IN_DOCKER "in_docker.c")
endif()

# Filter Plugins
Expand Down

0 comments on commit a07f45b

Please sign in to comment.