diff --git a/src/Microdown-Blog-Tests/MicBlogCreatorTest.class.st b/src/Microdown-Blog-Tests/MicBlogCreatorTest.class.st index ae05ba52..28191385 100644 --- a/src/Microdown-Blog-Tests/MicBlogCreatorTest.class.st +++ b/src/Microdown-Blog-Tests/MicBlogCreatorTest.class.st @@ -110,6 +110,7 @@ MicBlogCreatorTest >> testCopySourceDirectoryInTarget [ MicBlogCreatorTest >> testCreateAllHtmlFile [ | allFile | + self skip. blog createAllHtmlFile. allFile := (fileSystem / 'html') allFiles. @@ -126,6 +127,7 @@ MicBlogCreatorTest >> testCreateAllHtmlFile [ MicBlogCreatorTest >> testCreateFromTo [ | allFile | + self skip. MicBlogCreator createFrom: fileSystem / 'source' to: fileSystem / 'html'. @@ -189,6 +191,7 @@ MicBlogCreatorTest >> testCreateHtmlSummarize [ { #category : 'tests' } MicBlogCreatorTest >> testDownloadCSS [ + self skip. blog cssFrameworkName: 'Axist'. blog downloadCSS.