Skip to content

Commit

Permalink
Issue #322: expectedFailures should be sufficient
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Dec 17, 2023
1 parent fdba85f commit 2439743
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
testing
expectedFailures
^ #( #'testProjectNew' #'testProjectNewCreateClass' )
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ testProjectNew
"use --force early on to clean up anything leftover from previous failed runs"

| gitRootPath |
true ifTrue: [ ^self]. "bypass tests for issue #322"
Transcript cr; show: 'how did we get here?'.
self
evaluateCommandString: 'project --help new';
evaluateCommandString: 'project new --force Foo';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ tests
testProjectNewCreateClass
"use --force early on to clean up anything leftover from previous failed runs"

true ifTrue: [ ^self]. "bypass tests for issue #322"
Transcript cr; show: 'how did we get here?'.
[ self evaluateCommandString: 'project new --force --stone --class Foo' ]
on: GsInteractionRequest
do: [ :ir |
Expand Down

0 comments on commit 2439743

Please sign in to comment.