Skip to content

Commit

Permalink
disable kubelet test (#133)
Browse files Browse the repository at this point in the history
* disable kubelet test

Signed-off-by: ryanohnemus <[email protected]>

* skip kubelet-enabled tests until #134 is resolved

Signed-off-by: ryanohnemus <[email protected]>

---------

Signed-off-by: ryanohnemus <[email protected]>
  • Loading branch information
ryanohnemus authored Jan 25, 2024
1 parent 843743e commit 50da448
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tests/kubernetes-plugins/full.bats
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ function check_fluent_output_has_namespace_labels() {
}

@test "test fluent-bit adds kubernetes pod and namespace labels to records - kubelet enabled" {
skip "kubelet-enabled test skipped until https://github.com/fluent/fluent-bit-ci/issues/134 is resolved"
set_fluent_bit_pod_name
create_test_pod "k8s-pod-and-namespace-label-kubelet-tester"
check_fluent_output_has_pod_labels true
Expand Down
1 change: 0 additions & 1 deletion tests/kubernetes-plugins/resources/fluentbit-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ config:
tls.verify Off
Namespace_labels On
outputs: |
[OUTPUT]
Name stdout
Expand Down

0 comments on commit 50da448

Please sign in to comment.