Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tank
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
tank
Commits
2e0bedae
Verified
Commit
2e0bedae
authored
4 months ago
by
Ernesto Rico Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
test: comment-out store_test.go:768
parent
73bce57f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
store/store_test.go
+4
-3
4 additions, 3 deletions
store/store_test.go
with
4 additions
and
3 deletions
store/store_test.go
+
4
−
3
View file @
2e0bedae
...
...
@@ -764,7 +764,8 @@ func TestFileUsage(t *testing.T) {
// t.Fatalf("unexpected error: %v", err)
//}
if
err
=
store
.
DeleteFile
(
file
.
ShowID
,
file
.
ID
);
err
!=
nil
{
t
.
Fatalf
(
"unexpected error: %v"
,
err
)
}
// FIXME: commented-out for https://gitlab.servus.at/aura/tank/-/issues/82
//if err = store.DeleteFile(file.ShowID, file.ID); err != nil {
// t.Fatalf("unexpected error: %v", err)
//}
}
This diff is collapsed.
Click to expand it.
Ernesto Rico Schmidt
@eigenwijsje
mentioned in commit
1b3bbe3b
·
4 months ago
mentioned in commit
1b3bbe3b
mentioned in commit 1b3bbe3b54614de4159bd2abe988778576765ec8
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment