Skip to content

Commit

Permalink
skip test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrbasu committed Dec 4, 2024
1 parent 4224e03 commit 7c02003
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions internal/parse/load_config_test.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package parse

// result is a struct to hold the expected result of the test - designed to be easily compared with the actual result
type result struct {
plugin string
partitionType string
partitionConfig string
sourceType string
sourceConfig string
}
// type result struct {
// plugin string
// partitionType string
// partitionConfig string
// sourceType string
// sourceConfig string
// }

// TODO enable and fix this test
// func TestGetPartitionConfig(t *testing.T) {
Expand Down

0 comments on commit 7c02003

Please sign in to comment.